comparison binkaudio.c @ 11370:4b3da727d832 libavcodec

Move FFT parts from dsputil.h to fft.h
author mru
date Sat, 06 Mar 2010 14:34:46 +0000
parents 98970e51365a
children 4c7afa50df6f
comparison
equal deleted inserted replaced
11369:98970e51365a 11370:4b3da727d832
30 30
31 #include "avcodec.h" 31 #include "avcodec.h"
32 #define ALT_BITSTREAM_READER_LE 32 #define ALT_BITSTREAM_READER_LE
33 #include "get_bits.h" 33 #include "get_bits.h"
34 #include "dsputil.h" 34 #include "dsputil.h"
35 #include "fft.h"
36
35 extern const uint16_t ff_wma_critical_freqs[25]; 37 extern const uint16_t ff_wma_critical_freqs[25];
36 38
37 #define MAX_CHANNELS 2 39 #define MAX_CHANNELS 2
38 #define BINK_BLOCK_MAX_SIZE (MAX_CHANNELS << 11) 40 #define BINK_BLOCK_MAX_SIZE (MAX_CHANNELS << 11)
39 41