Browse code

Include atrac.h: It contains the prototypes for atrac_generate_tables() and atrac_iqmf().

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

Carl Eugen Hoyos authored on 2010/02/28 12:39:11
Showing 1 changed files
... ...
@@ -30,6 +30,7 @@
30 30
 
31 31
 #include "avcodec.h"
32 32
 #include "dsputil.h"
33
+#include "atrac.h"
33 34
 
34 35
 float sf_table[64];
35 36
 float qmf_window[48];