comparison nellymoserenc.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 8a4984c5cacc
comparison
equal deleted inserted replaced
11369:98970e51365a 11370:4b3da727d832
36 */ 36 */
37 37
38 #include "nellymoser.h" 38 #include "nellymoser.h"
39 #include "avcodec.h" 39 #include "avcodec.h"
40 #include "dsputil.h" 40 #include "dsputil.h"
41 #include "fft.h"
41 42
42 #define BITSTREAM_WRITER_LE 43 #define BITSTREAM_WRITER_LE
43 #include "put_bits.h" 44 #include "put_bits.h"
44 45
45 #define POW_TABLE_SIZE (1<<11) 46 #define POW_TABLE_SIZE (1<<11)