Hi, On Tue, Oct 22, 2013 at 9:29 AM, Derek Buitenhuis < [email protected]> wrote:
> On 10/22/2013 2:15 PM, Ronald S. Bultje wrote: > > if ((ret = init_get_bits8(...)) >= 0) > > ret = ff_mpeg4_decode_...(..); > > Currently this accomplishes nothing, since ret is immediately written > over underneath it. Right. So the thinking might be, should we perhaps take action based on this hypothetical error-like value of ret, such as perhaps aborting decoding the rest of the frame, and instead returning an error? Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
