comparison aacsbr.c @ 11427:32504af93342 libavcodec

Add a missing fft.h include to the aacsbr decoder. Patch by Georgi Chorbadzhiyski gf at unixsol dot org
author alexc
date Tue, 09 Mar 2010 06:11:45 +0000
parents e340262ba532
children 6b0d65c8c13d
comparison
equal deleted inserted replaced
11426:ff9072ded749 11427:32504af93342
28 28
29 #include "aac.h" 29 #include "aac.h"
30 #include "sbr.h" 30 #include "sbr.h"
31 #include "aacsbr.h" 31 #include "aacsbr.h"
32 #include "aacsbrdata.h" 32 #include "aacsbrdata.h"
33 #include "fft.h"
33 34
34 #include <stdint.h> 35 #include <stdint.h>
35 #include <float.h> 36 #include <float.h>
36 37
37 #define ENVELOPE_ADJUSTMENT_OFFSET 2 38 #define ENVELOPE_ADJUSTMENT_OFFSET 2