Commit 31ad6968 authored by conrad's avatar conrad

matroska: Add V_VP8

Patch by Google

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23192 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2d7f4867
...@@ -76,6 +76,7 @@ const CodecTags ff_mkv_codec_tags[]={ ...@@ -76,6 +76,7 @@ const CodecTags ff_mkv_codec_tags[]={
{"V_SNOW" , CODEC_ID_SNOW}, {"V_SNOW" , CODEC_ID_SNOW},
{"V_THEORA" , CODEC_ID_THEORA}, {"V_THEORA" , CODEC_ID_THEORA},
{"V_UNCOMPRESSED" , CODEC_ID_RAWVIDEO}, {"V_UNCOMPRESSED" , CODEC_ID_RAWVIDEO},
{"V_VP8" , CODEC_ID_VP8},
{"" , CODEC_ID_NONE} {"" , CODEC_ID_NONE}
}; };
......
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