comparison ac3dec.h @ 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 84963c795459
comparison
equal deleted inserted replaced
11369:98970e51365a 11370:4b3da727d832
29 29
30 #include "libavutil/lfg.h" 30 #include "libavutil/lfg.h"
31 #include "ac3.h" 31 #include "ac3.h"
32 #include "get_bits.h" 32 #include "get_bits.h"
33 #include "dsputil.h" 33 #include "dsputil.h"
34 #include "fft.h"
34 35
35 /* override ac3.h to include coupling channel */ 36 /* override ac3.h to include coupling channel */
36 #undef AC3_MAX_CHANNELS 37 #undef AC3_MAX_CHANNELS
37 #define AC3_MAX_CHANNELS 7 38 #define AC3_MAX_CHANNELS 7
38 #define CPL_CH 0 39 #define CPL_CH 0