[FFmpeg-cvslog] avcodec/dca_core: Remove unneeded emms.h inclusion

Andreas Rheinhardt git at videolan.org
Sat Feb 10 00:10:25 EET 2024


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Feb  9 23:08:33 2024 +0100| [ce7c90ff82afc3c147f7e277e8ddb006640eb98a] | committer: Andreas Rheinhardt

avcodec/dca_core: Remove unneeded emms.h inclusion

Possible since 7ec2354c38978b918dc079b611393becb6c80bf7.

Reviewed-by: Martin Storsjö <martin at martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce7c90ff82afc3c147f7e277e8ddb006640eb98a
---

 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"



More information about the ffmpeg-cvslog mailing list