[FFmpeg-devel] [PATCHv2 1/2] mpegtsenc: Add support for muxing Opus in MPEG-TS

Sebastian Dröge slomo at coaxion.net
Thu Nov 5 23:32:24 CET 2015


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151105/ba5fb416/attachment.sig>


More information about the ffmpeg-devel mailing list