aiffdec: Fix SIGFPE on pcm_f32be

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Tomas Härdin 2012-03-21 13:05:34 +01:00 committed by Michael Niedermayer
parent 3493390d47
commit 8d393ce330

View File

@ -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;