[FFmpeg-cvslog] r22104 - trunk/libavcodec/atrac.c
cehoyos
subversion
Sun Feb 28 04:39:11 CET 2010
Author: cehoyos
Date: Sun Feb 28 04:39:11 2010
New Revision: 22104
Log:
Include atrac.h: It contains the prototypes for atrac_generate_tables()
and atrac_iqmf().
Modified:
trunk/libavcodec/atrac.c
Modified: trunk/libavcodec/atrac.c
==============================================================================
--- trunk/libavcodec/atrac.c Sun Feb 28 04:27:10 2010 (r22103)
+++ trunk/libavcodec/atrac.c Sun Feb 28 04:39:11 2010 (r22104)
@@ -30,6 +30,7 @@
#include "avcodec.h"
#include "dsputil.h"
+#include "atrac.h"
float sf_table[64];
float qmf_window[48];
More information about the ffmpeg-cvslog
mailing list