On 10/26/2017 11:47 AM, Michael Niedermayer wrote:
> + if (get_bits_left(&s->gb) < 0) {
> + return AVERROR_INVALIDDATA;
> + }Is this possible? I don't see where get_bits.h is include in this (probably deep in some other header), so can't see if it's using the unchecked reader. - Derek _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
