On 14/12/11 19:04, Ronald S. Bultje wrote:
Hi,
On Wed, Dec 14, 2011 at 9:35 AM, Andrey Utkin<[email protected]> wrote:
Module: libav
Branch: master
Commit: 4f820131fa9fbb0a64d7cc469fa471905fc91944
Author: Andrey Utkin<[email protected]>
Committer: Luca Barbato<[email protected]>
Date: Thu Dec 8 13:56:29 2011 +0200
mpegvideo: remove abort() in ff_find_unused_picture()
WTF? Please revert, this is wrong. I commented on the bug report (108)
already.
Having abort in that function is wrong no matter what.
If that path should be unreachable for any reason and it is, we can
return AVERROR_UNREACHABLE but NOT abort straight away.
we should rework av_abort() to provide an error message and return
cleanly and/or forbid abort() at all.
lu
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel