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
aiffdec: Fix SIGFPE on pcm_f32be
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Tomas Härdin
Michael Niedermayer
14 years ago
parent
3493390d47
commit
8d393ce330
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/aiffdec.c
+ 1
- 0
libavformat/aiffdec.c
View File
@@ -144,6 +144,7 @@ static unsigned int get_aiff_header(AVFormatContext *s, int size,
aiff->block_duration = 160;
break;
default:
aiff->block_duration = 1;
break;
}
size -= 4;
Write
Preview
Loading…
Cancel
Save