mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-27 11:03:26 +08:00
Fix breakage in compilation with --disable-mpegaudio-hp introduced in
r23646. Originally committed as revision 23656 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -926,6 +926,7 @@ void ff_mpa_synth_filter(MPA_INT *synth_buf_ptr, int *synth_buf_offset,
|
|||||||
int offset;
|
int offset;
|
||||||
#if FRAC_BITS <= 15
|
#if FRAC_BITS <= 15
|
||||||
int32_t tmp[32];
|
int32_t tmp[32];
|
||||||
|
int j;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
offset = *synth_buf_offset;
|
offset = *synth_buf_offset;
|
||||||
|
Reference in New Issue
Block a user