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.h | |
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.h')
-rw-r--r-- | libavcodec/twinvq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/twinvq.h b/libavcodec/twinvq.h index 3ce096f90a..84f4e51438 100644 --- a/libavcodec/twinvq.h +++ b/libavcodec/twinvq.h @@ -30,7 +30,6 @@ #include "libavutil/common.h" #include "libavutil/float_dsp.h" #include "avcodec.h" -#include "internal.h" enum TwinVQCodec { TWINVQ_CODEC_VQF, |