matroska: Add V_VP8

Patch by Google

backport r23192 by conrad


Originally committed as revision 23376 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
This commit is contained in:
Google 2010-05-29 14:11:03 +00:00 committed by Reinhard Tartler
parent 9181adff9c
commit 9052b5b73b

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}
};