Commit 57ecb09a authored by vitor's avatar vitor

Fix breakage in compilation with --disable-mpegaudio-hp introduced in

r23646.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23656 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ee12da37
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment