summaryrefslogtreecommitdiff
path: root/libavcodec/atrac.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 03:39:11 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 03:39:11 +0000
commit862715d3fed7c6fb7a2be0c87ba5e4885e1e5bd5 (patch)
tree1ef86ce21a71fea613405c7deed8f339cc6a2c00 /libavcodec/atrac.c
parentc6e1599b8ac64727ccc657ac2d95729cca9cd455 (diff)
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
Diffstat (limited to 'libavcodec/atrac.c')
-rw-r--r--libavcodec/atrac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/atrac.c b/libavcodec/atrac.c
index 57fde6de78..1b8b88327e 100644
--- a/libavcodec/atrac.c
+++ b/libavcodec/atrac.c
@@ -30,6 +30,7 @@
#include "avcodec.h"
#include "dsputil.h"
+#include "atrac.h"
float sf_table[64];
float qmf_window[48];