On 8/18/11 9:01 AM, Anton Khirnov wrote:
By replacing
if (foo)
     <do stuff>

with
if (!foo)
     continue;
<do stuff>

The comment seems good enough to explain the change. Ok

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

Reply via email to