aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-09 23:08:33 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-02-09 23:11:52 +0100
commitce7c90ff82afc3c147f7e277e8ddb006640eb98a (patch)
tree828a61ff6ffa00fccff353cb3c562ca1965ff49d
parent7ec2354c38978b918dc079b611393becb6c80bf7 (diff)
downloadffmpeg-ce7c90ff82afc3c147f7e277e8ddb006640eb98a.tar.gz
avcodec/dca_core: Remove unneeded emms.h inclusion
Possible since 7ec2354c38978b918dc079b611393becb6c80bf7. Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavcodec/dca_core.c1
1 files changed, 0 insertions, 1 deletions
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"