On 23/03/15 14:32, Hendrik Leppkes wrote:
this will be changed with the AVERROR_PATCHWELCOME and a request for
samples.


The format really doesn't allow anything else, its a sanity check -
which is exactly what asserts are designed for.

Asserts are something you use while debugging to check for the impossible.

You do not want to crash, no matter how remote is the possibility. In fact asserts normally are disabled in non-debug builds for this reason.

lu



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

Reply via email to