[FFmpeg-devel] [PATCH]Allow (re-)muxing VP6A

James Zern jzern at google.com
Sat Feb 4 05:13:20 CET 2012


On Fri, Feb 3, 2012 at 16:21, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Hi!
>
> I did not test attached much, but it is said to work fine on ffmpeg-user.

> -    if (enc->codec_id == CODEC_ID_VP6)
> +    if (enc->codec_id == CODEC_ID_VP6 || enc->codec_id == CODEC_ID_VP6A)
>          avio_w8(pb,0);
>      if (enc->codec_id == CODEC_ID_VP6F)
>          avio_w8(pb, enc->extradata_size ? enc->extradata[0] : 0);

I think it looks ok except VP6A should be paired with VP6F as they
share the same horizontal/vertical adjustment header.

>
> Please comment, Carl Eugen
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list