diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-11-06 20:10:38 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-11-11 12:22:47 +0100 |
commit | e559f8428faee13f4dd28ad2163d124c3288a11f (patch) | |
tree | e28505e13e0c3ce4661ffce195e15377a09ed9d6 /libavcodec/twinvq.c | |
parent | 8e59e72041360240f60db9c04aecc2143102f0cc (diff) | |
download | ffmpeg-e559f8428faee13f4dd28ad2163d124c3288a11f.tar.gz |
avcodec: Remove unnecessary fft, dct inclusions
Also remove some internal.h inclusions which have been
unnecessarily added recently.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/twinvq.c')
-rw-r--r-- | libavcodec/twinvq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/twinvq.c b/libavcodec/twinvq.c index 85eca9fc5c..4cc0583f8a 100644 --- a/libavcodec/twinvq.c +++ b/libavcodec/twinvq.c @@ -26,7 +26,6 @@ #include "libavutil/float_dsp.h" #include "avcodec.h" #include "decode.h" -#include "fft.h" #include "lsp.h" #include "metasound_twinvq_data.h" #include "sinewin.h" |