summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoogle <>2010-05-29 14:11:03 +0000
committerReinhard Tartler <siretart@tauware.de>2010-05-29 14:11:03 +0000
commit9052b5b73ba45520ed4f9d7db1c3458c641f8d14 (patch)
tree7d4b62f6442007d9d36fff19f848295218de42d1
parent9181adff9c218e6b4b6a8e5f8c61ff99ccc3365e (diff)
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
-rw-r--r--libavformat/matroska.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 214825a180..dac4735a50 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -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}
};