diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-18 15:13:30 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-21 21:12:45 +0200 |
commit | 7894d4c9fa16204cf8bd266915e2da18a7775f72 (patch) | |
tree | 087b834ea595f93d4bcf5b63ccca54ec83c31456 /libavcodec | |
parent | 0d1028f63f0e1050806e3b1b69e1d8a87a975c70 (diff) | |
download | ffmpeg-7894d4c9fa16204cf8bd266915e2da18a7775f72.tar.gz |
avcodec/metasound: Remove unnecessary headers
They are used in twinvq.c, not in metasound.c.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/metasound.c | 4 |
1 files changed, 0 insertions, 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" |