Commit 8d393ce3 authored by Tomas Härdin's avatar Tomas Härdin Committed by Michael Niedermayer

aiffdec: Fix SIGFPE on pcm_f32be

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3493390d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment