changeset 11316:6b869b5a5425 libavcodec

Include atrac.h: It contains the prototypes for atrac_generate_tables() and atrac_iqmf().
author cehoyos
date Sun, 28 Feb 2010 03:39:11 +0000
parents 5f7c1d0e4104
children 35d05a2f4361
files atrac.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/atrac.c	Sun Feb 28 03:27:10 2010 +0000
+++ b/atrac.c	Sun Feb 28 03:39:11 2010 +0000
@@ -30,6 +30,7 @@
 
 #include "avcodec.h"
 #include "dsputil.h"
+#include "atrac.h"
 
 float sf_table[64];
 float qmf_window[48];