On 09/14/2013 03:08 AM, Kostya Shishkov wrote:
>> + case MKTAG('V', 'P', '8', 'X'):
>> > + vp8x_flags = bytestream2_get_byte(&gb);
>> > + bytestream2_skip(&gb, 3);
>> > + s->width = bytestream2_get_le24(&gb) + 1;
>> > + s->height = bytestream2_get_le24(&gb) + 1;
> validating it at once wouldn't hurtvalidating what? -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
