1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avcodec/dca_core: Remove unneeded emms.h inclusion

Possible since 7ec2354c38.

Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-02-09 23:08:33 +01:00
parent 7ec2354c38
commit ce7c90ff82

View File

@ -19,7 +19,6 @@
*/
#include "libavutil/channel_layout.h"
#include "libavutil/emms.h"
#include "dcaadpcm.h"
#include "dcadec.h"
#include "dcadata.h"