comparison atrac3.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
38 38
39 #include "avcodec.h" 39 #include "avcodec.h"
40 #include "get_bits.h" 40 #include "get_bits.h"
41 #include "dsputil.h" 41 #include "dsputil.h"
42 #include "bytestream.h" 42 #include "bytestream.h"
43 #include "fft.h"
43 44
44 #include "atrac.h" 45 #include "atrac.h"
45 #include "atrac3data.h" 46 #include "atrac3data.h"
46 47
47 #define JOINT_STEREO 0x12 48 #define JOINT_STEREO 0x12