[FFmpeg-devel] [PATCH]Allow (re-)muxing VP6A
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Feb 5 19:46:31 CET 2012
James Zern <jzern <at> google.com> writes:
> > - if (enc->codec_id == CODEC_ID_VP6)
> > + if (enc->codec_id == CODEC_ID_VP6 || enc->codec_id == CODEC_ID_VP6A)
> > avio_w8(pb,0);
>
> I think it looks ok except VP6A should be paired with VP6F as they
> share the same horizontal/vertical adjustment header.
Applied with this change, thank you!
Carl Eugen
More information about the ffmpeg-devel
mailing list