This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix breakage in compilation with --disable-mpegaudio-hp introduced in
r23646. Originally committed as revision 23656 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Vitor Sessak
15 years ago
parent
2c4a10134e
commit
4233ce315c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/mpegaudiodec.c
+ 1
- 0
libavcodec/mpegaudiodec.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save