Include atrac.h: It contains the prototypes for atrac_generate_tables()
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 03:39:11 +0000 (03:39 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 03:39:11 +0000 (03:39 +0000)
and atrac_iqmf().

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

libavcodec/atrac.c

index 57fde6d..1b8b883 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "avcodec.h"
 #include "dsputil.h"
+#include "atrac.h"
 
 float sf_table[64];
 float qmf_window[48];