matroska: Add V_VP8

Patch by Google

Originally committed as revision 23192 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Google 2010-05-19 16:50:06 +00:00 committed by David Conrad
parent a98c2dfab0
commit 23966972ab
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ const CodecTags ff_mkv_codec_tags[]={
{"V_SNOW" , CODEC_ID_SNOW},
{"V_THEORA" , CODEC_ID_THEORA},
{"V_UNCOMPRESSED" , CODEC_ID_RAWVIDEO},
{"V_VP8" , CODEC_ID_VP8},
{"" , CODEC_ID_NONE}
};