comparison aac.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 1682a19a0881
children 404629a45da1
comparison
equal deleted inserted replaced
11369:98970e51365a 11370:4b3da727d832
78 78
79 #include "avcodec.h" 79 #include "avcodec.h"
80 #include "internal.h" 80 #include "internal.h"
81 #include "get_bits.h" 81 #include "get_bits.h"
82 #include "dsputil.h" 82 #include "dsputil.h"
83 #include "fft.h"
83 #include "lpc.h" 84 #include "lpc.h"
84 85
85 #include "aac.h" 86 #include "aac.h"
86 #include "aactab.h" 87 #include "aactab.h"
87 #include "aacdectab.h" 88 #include "aacdectab.h"