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

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Tue Oct 18 16:31:26 EEST 2022


They are used in twinvq.c, not in metasound.c.

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

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"
-- 
2.34.1



More information about the ffmpeg-devel mailing list