comparison cook.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
50 #include "libavutil/random_seed.h" 50 #include "libavutil/random_seed.h"
51 #include "avcodec.h" 51 #include "avcodec.h"
52 #include "get_bits.h" 52 #include "get_bits.h"
53 #include "dsputil.h" 53 #include "dsputil.h"
54 #include "bytestream.h" 54 #include "bytestream.h"
55 #include "fft.h"
55 56
56 #include "cookdata.h" 57 #include "cookdata.h"
57 58
58 /* the different Cook versions */ 59 /* the different Cook versions */
59 #define MONO 0x1000001 60 #define MONO 0x1000001