You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
aiffdec: Fix SIGFPE on pcm_f32be
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
3493390d47
commit
8d393ce330
@@ -144,6 +144,7 @@ static unsigned int get_aiff_header(AVFormatContext *s, int size,
|
|||||||
aiff->block_duration = 160;
|
aiff->block_duration = 160;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
aiff->block_duration = 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
size -= 4;
|
size -= 4;
|
||||||
|
Reference in New Issue
Block a user