mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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>
This commit is contained in:
parent
8e59e72041
commit
e559f8428f
@ -48,7 +48,6 @@
|
||||
#include "ac3.h"
|
||||
#include "ac3defs.h"
|
||||
#include "ac3tab.h"
|
||||
#include "fft.h"
|
||||
#include "ac3enc.h"
|
||||
#include "eac3enc.h"
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
*/
|
||||
|
||||
#define AC3ENC_FLOAT 0
|
||||
#include "internal.h"
|
||||
#include "audiodsp.h"
|
||||
#include "ac3enc.h"
|
||||
#include "codec_internal.h"
|
||||
|
@ -31,9 +31,7 @@
|
||||
#include "libavutil/libm.h"
|
||||
#include "libavutil/mem_internal.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "sinewin.h"
|
||||
#include "fft.h"
|
||||
#include "atrac3plus.h"
|
||||
|
||||
/**
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "libavutil/opt.h"
|
||||
#include "avcodec.h"
|
||||
#include "codec_internal.h"
|
||||
#include "dct.h"
|
||||
#include "encode.h"
|
||||
#include "internal.h"
|
||||
#include "profiles.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "fft.h"
|
||||
#include "dcadct.h"
|
||||
#include "dcamath.h"
|
||||
#include "synth_filter.h"
|
||||
|
@ -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"
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "libavutil/common.h"
|
||||
#include "libavutil/float_dsp.h"
|
||||
#include "avcodec.h"
|
||||
#include "internal.h"
|
||||
|
||||
enum TwinVQCodec {
|
||||
TWINVQ_CODEC_VQF,
|
||||
|
Loading…
Reference in New Issue
Block a user