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. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
