Commit 23966972 authored by Google's avatar Google Committed by David Conrad

matroska: Add V_VP8

Patch by Google

Originally committed as revision 23192 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a98c2dfa
...@@ -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