From 862715d3fed7c6fb7a2be0c87ba5e4885e1e5bd5 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 28 Feb 2010 03:39:11 +0000 Subject: [PATCH] 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 --- libavcodec/atrac.c | 1 + 1 file changed, 1 insertion(+) 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];