Benjamin Larsson <[email protected]> added the comment: Daniel Verkamp wrote: > New submission from Daniel Verkamp <[email protected]>: > > Decoding the audio of this file crashes ffmpeg: > http://drv.nu/temp/fit-roll.wmv > (~5 MB) > > Input audio is wmav2. The file was created by the Xbox360 game Forza 3. > > This is the first problem encountered: if (v >= s->nb_block_sizes) is > triggered: >
s->nb_block_sizes is set directly from the extradata parameter flags2. Can you test if setting s->nb_block_sizes to 8 in wma.c:150 works ? If it works maybe we should reinit in the case of (v >= s->nb_block_sizes). It could be that the extradata just is invalid. MvH Benjamin Larsson _____________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/roundup/ffmpeg/issue1503> _____________________________________________________
