comparison qdm2.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
36 36
37 #define ALT_BITSTREAM_READER_LE 37 #define ALT_BITSTREAM_READER_LE
38 #include "avcodec.h" 38 #include "avcodec.h"
39 #include "get_bits.h" 39 #include "get_bits.h"
40 #include "dsputil.h" 40 #include "dsputil.h"
41 #include "fft.h"
41 #include "mpegaudio.h" 42 #include "mpegaudio.h"
42 43
43 #include "qdm2data.h" 44 #include "qdm2data.h"
44 45
45 #undef NDEBUG 46 #undef NDEBUG