[FFmpeg-cvslog] avcodec/metasound: Remove unnecessary headers
Andreas Rheinhardt
git at videolan.org
Fri Oct 21 22:16:33 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Oct 18 15:13:30 2022 +0200| [7894d4c9fa16204cf8bd266915e2da18a7775f72] | committer: Andreas Rheinhardt
avcodec/metasound: Remove unnecessary headers
They are used in twinvq.c, not in metasound.c.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7894d4c9fa16204cf8bd266915e2da18a7775f72
---
libavcodec/metasound.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavcodec/metasound.c b/libavcodec/metasound.c
index 67c4d94f62..7ddf992c09 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"
More information about the ffmpeg-cvslog
mailing list