comparison aac.h @ 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 e340262ba532
comparison
equal deleted inserted replaced
11369:98970e51365a 11370:4b3da727d832
30 #ifndef AVCODEC_AAC_H 30 #ifndef AVCODEC_AAC_H
31 #define AVCODEC_AAC_H 31 #define AVCODEC_AAC_H
32 32
33 #include "avcodec.h" 33 #include "avcodec.h"
34 #include "dsputil.h" 34 #include "dsputil.h"
35 #include "fft.h"
35 #include "mpeg4audio.h" 36 #include "mpeg4audio.h"
36 37
37 #include <stdint.h> 38 #include <stdint.h>
38 39
39 #define AAC_INIT_VLC_STATIC(num, size) \ 40 #define AAC_INIT_VLC_STATIC(num, size) \