[FFmpeg-cvslog] r23656 - trunk/libavcodec/mpegaudiodec.c

vitor subversion
Sun Jun 20 15:00:25 CEST 2010


Author: vitor
Date: Sun Jun 20 15:00:24 2010
New Revision: 23656

Log:
Fix breakage in compilation with --disable-mpegaudio-hp introduced in
r23646.

Modified:
   trunk/libavcodec/mpegaudiodec.c

Modified: trunk/libavcodec/mpegaudiodec.c
==============================================================================
--- trunk/libavcodec/mpegaudiodec.c	Sun Jun 20 13:40:41 2010	(r23655)
+++ trunk/libavcodec/mpegaudiodec.c	Sun Jun 20 15:00:24 2010	(r23656)
@@ -926,6 +926,7 @@ void ff_mpa_synth_filter(MPA_INT *synth_
     int offset;
 #if FRAC_BITS <= 15
     int32_t tmp[32];
+    int j;
 #endif
 
     offset = *synth_buf_offset;



More information about the ffmpeg-cvslog mailing list