On Sun, Mar 23, 2014 at 6:55 PM, Justin Ruggles
<justin.rugg...@gmail.com> wrote:
> On 03/23/2014 11:07 AM, Vittorio Giovara wrote:
>> +                // skip any number of 0 until you get to the pixel type
>> +                while (bytestream2_get_bytes_left(&ch_gb) > 0 &&
>> +                       bytestream2_get_byte(&ch_gb))
>> +                    continue;
>
> That doesn't do what it says it does.
>

Locally amended to  // skip until you get to a 0

Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to