mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02: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:
parent
2c4a10134e
commit
4233ce315c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user