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.

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

Reply via email to