[FFmpeg-devel] [PATCH] aiffdec: Fix SIGFPE on pcm_f32be

Tomas Härdin tomas.hardin at codemill.se
Wed Mar 21 13:17:25 CET 2012


Hi

Running ffprobe/avprobe on
http://titan.codemill.se/~tomhar/samples/sigfpe.aif results in SIGFPE at
libavformat/aiffdec.c:162 since aiff->block_duration == 0.
Attached patch sets block_duration = 1 in the default case. Fixes the
problem for both projects.

/Tomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-aiffdec-Fix-SIGFPE-on-pcm_f32be.patch
Type: text/x-patch
Size: 726 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120321/28b01340/attachment.bin>


More information about the ffmpeg-devel mailing list