[FFmpeg-devel] [PATCH] avcodec/dca_core: Remove unused emms.h inclusion
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sat Feb 10 00:09:07 EET 2024
Possible since 7ec2354c38978b918dc079b611393becb6c80bf7.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
libavcodec/dca_core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/dca_core.c b/libavcodec/dca_core.c
index 5dd727fc72..697fc74295 100644
--- a/libavcodec/dca_core.c
+++ b/libavcodec/dca_core.c
@@ -19,7 +19,6 @@
*/
#include "libavutil/channel_layout.h"
-#include "libavutil/emms.h"
#include "dcaadpcm.h"
#include "dcadec.h"
#include "dcadata.h"
--
2.34.1
More information about the ffmpeg-devel
mailing list