diff mbox series

[FFmpeg-devel,8/8] avcodec/metasound: Remove unnecessary headers

Message ID AS8P250MB07443F7EA0F16328953C87788F289@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 7894d4c9fa16204cf8bd266915e2da18a7775f72
Headers show
Series [FFmpeg-devel,1/8] avformat/mj2kdec: Remove always-true #if CONFIG_MJPEG_2000_DEMUXER | expand

Commit Message

Andreas Rheinhardt Oct. 18, 2022, 1:31 p.m. UTC
They are used in twinvq.c, not in metasound.c.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/metasound.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/libavcodec/metasound.c b/libavcodec/metasound.c
index 6c4525c910..f332316831 100644
--- a/libavcodec/metasound.c
+++ b/libavcodec/metasound.c
@@ -26,15 +26,11 @@ 
 #include <stdint.h>
 
 #include "libavutil/channel_layout.h"
-#include "libavutil/float_dsp.h"
 
 #define BITSTREAM_READER_LE
 #include "avcodec.h"
 #include "codec_internal.h"
-#include "fft.h"
 #include "get_bits.h"
-#include "lsp.h"
-#include "sinewin.h"
 
 #include "twinvq.h"
 #include "metasound_data.h"