changeset 11889:b9f69606a094 libavcodec

Fix breakage in compilation with --disable-mpegaudio-hp introduced in r23646.
author vitor
date Sun, 20 Jun 2010 13:00:24 +0000
parents f4100e794063
children 747ea58d1ac6
files mpegaudiodec.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mpegaudiodec.c	Sun Jun 20 10:24:05 2010 +0000
+++ b/mpegaudiodec.c	Sun Jun 20 13:00:24 2010 +0000
@@ -926,6 +926,7 @@
     int offset;
 #if FRAC_BITS <= 15
     int32_t tmp[32];
+    int j;
 #endif
 
     offset = *synth_buf_offset;