OSDN Git Service

Add a missing fft.h include to the aacsbr decoder.
authorGeorgi Chorbadzhiyski <gf@unixsol.org>
Tue, 9 Mar 2010 06:11:45 +0000 (06:11 +0000)
committerAlex Converse <alex.converse@gmail.com>
Tue, 9 Mar 2010 06:11:45 +0000 (06:11 +0000)
Patch by Georgi Chorbadzhiyski gf at unixsol dot org

Originally committed as revision 22374 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/aacsbr.c

index e317a5c..fe41b54 100644 (file)
@@ -30,6 +30,7 @@
 #include "sbr.h"
 #include "aacsbr.h"
 #include "aacsbrdata.h"
+#include "fft.h"
 
 #include <stdint.h>
 #include <float.h>