comparison vorbis_dec.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 5d4991dd23de
children 8a4984c5cacc
comparison
equal deleted inserted replaced
11369:98970e51365a 11370:4b3da727d832
28 28
29 #define ALT_BITSTREAM_READER_LE 29 #define ALT_BITSTREAM_READER_LE
30 #include "avcodec.h" 30 #include "avcodec.h"
31 #include "get_bits.h" 31 #include "get_bits.h"
32 #include "dsputil.h" 32 #include "dsputil.h"
33 #include "fft.h"
33 34
34 #include "vorbis.h" 35 #include "vorbis.h"
35 #include "xiph.h" 36 #include "xiph.h"
36 37
37 #define V_NB_BITS 8 38 #define V_NB_BITS 8