On 24/11/14 14:49, Hendrik Leppkes wrote:
On Sun, Nov 23, 2014 at 10:52 PM, Luca Barbato <[email protected]> wrote:
On 20/11/14 16:41, Vittorio Giovara wrote:
And with the power of git am and sed, here is the updated set, with small
cosmetic fixes here and there. I reorder the set in three "chapters", and
I'd not mind to squash the cosmetics in a single one.
Vittorio
If there isn't any other comment I'd merge the set.
After some discussion on IRC today it occured to me that this set is flawed.
AVCodecParser.parser_parse is not allowed to return error codes, as the API
does not allow that. Both positive and negative values are already used as
normal return values for valid data.
This mostly affects all the ENOMEM cases where you return an error code
now, but the code that actually calls this is not capable of handling error
codes.
You are right, I'll try to fix that part before this set.
lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel