On So, 2015-11-01 at 23:44 +0200, Sebastian Dröge wrote:
> 
> +                    } else if (st->codec->extradata[18] == 1 && st-
> >codec->channels <= 8 &&
> +                               st->codec->extradata_size >= 22 + st-
> >codec->channels) {

Off by one here, this should be 21 and not 22. Patch following in a few
minutes.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to