comparison imc.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 #define ALT_BITSTREAM_READER 37 #define ALT_BITSTREAM_READER
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 42
42 #include "imcdata.h" 43 #include "imcdata.h"
43 44
44 #define IMC_BLOCK_SIZE 64 45 #define IMC_BLOCK_SIZE 64
45 #define IMC_FRAME_ID 0x21 46 #define IMC_FRAME_ID 0x21