On 11/04/2017 16:49, Diego Biurrun wrote:
> Move the semicolon to the next line for readability.

I was thinking about making that 3 lines to make it more evident

for (i = 0;
     i < limit && bitstream_read_bit(bc) == 0 && bitstream_bits_left(bc)
> 0;
     i++);
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to