On Wednesday, March 21, 2012, Ronald S. Bultje <[email protected]> wrote:
> Hi,
>
> On Wed, Mar 21, 2012 at 5:17 AM, Tomas Härdin <[email protected]>
wrote:
>> 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.
>
> But that value is not correct. Shouldn't we error out?

..Or at least av_log() that something is strange?

-- Sean McG.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to