Commit bf7cff17 authored by cehoyos's avatar cehoyos

Support VP6F in Matroska.

Patch by Christian Schmidt, schmidt digadd de 


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22941 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 30e41e19
......@@ -180,6 +180,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_VP6, MKTAG('V', 'P', '6', '0') },
{ CODEC_ID_VP6, MKTAG('V', 'P', '6', '1') },
{ CODEC_ID_VP6, MKTAG('V', 'P', '6', '2') },
{ CODEC_ID_VP6F, MKTAG('F', 'L', 'V', '4') },
{ CODEC_ID_ASV1, MKTAG('A', 'S', 'V', '1') },
{ CODEC_ID_ASV2, MKTAG('A', 'S', 'V', '2') },
{ CODEC_ID_VCR1, MKTAG('V', 'C', 'R', '1') },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment