aiffdec: Fix SIGFPE on pcm_f32be
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3493390d47
commit
8d393ce330
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user