[FFmpeg-devel] [PATCH] vp9: add superframe merging bitstream filter.

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Feb 19 17:28:24 CET 2016


Ronald S. Bultje <rsbultje <at> gmail.com> writes:

>  if (st->codec->codec_id == AV_CODEC_ID_AAC)
>      if (pkt->size > 2 && (AV_RB16(pkt->data) & 0xfff0) == 0xfff0)
>          ret = ff_stream_add_bitstream_filter(st, "aac_adtstoasc", NULL);
> +else if (st->codec->codec_id == AV_CODEC_ID_VP9)
> +    ret = ff_stream_add_bitstream_filter(st, "vp9_superframe", NULL);

Even if this is correct - I doubt it but what do I know - 
please add as many braces as possible.

Carl Eugen



More information about the ffmpeg-devel mailing list