summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-06-20 13:00:24 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-06-20 13:00:24 +0000
commit4233ce315cf67abac09380ba7f95df07274bf577 (patch)
treed47776a2cb1040e0afafe06050934d589c8c821e /libavcodec/mpegaudiodec.c
parent2c4a10134ef4c690a47bcb7f1a5c9a72e90ec118 (diff)
Fix breakage in compilation with --disable-mpegaudio-hp introduced in
r23646. Originally committed as revision 23656 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudiodec.c')
-rw-r--r--libavcodec/mpegaudiodec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c
index 5b4122f1b2..e6a33fb925 100644
--- a/libavcodec/mpegaudiodec.c
+++ b/libavcodec/mpegaudiodec.c
@@ -926,6 +926,7 @@ void ff_mpa_synth_filter(MPA_INT *synth_buf_ptr, int *synth_buf_offset,
int offset;
#if FRAC_BITS <= 15
int32_t tmp[32];
+ int j;
#endif
offset = *synth_buf_offset;