diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-09 23:08:33 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-09 23:11:52 +0100 |
commit | ce7c90ff82afc3c147f7e277e8ddb006640eb98a (patch) | |
tree | 828a61ff6ffa00fccff353cb3c562ca1965ff49d | |
parent | 7ec2354c38978b918dc079b611393becb6c80bf7 (diff) | |
download | ffmpeg-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.c | 1 |
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" |