changeset 6021:d01a092c7423 libavformat

matroska: Add V_VP8 Patch by Google
author conrad
date Wed, 19 May 2010 16:50:06 +0000
parents ea7a5879a250
children 56e0040a97e6
files matroska.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/matroska.c	Wed May 19 09:46:29 2010 +0000
+++ b/matroska.c	Wed May 19 16:50:06 2010 +0000
@@ -76,6 +76,7 @@
     {"V_SNOW"           , CODEC_ID_SNOW},
     {"V_THEORA"         , CODEC_ID_THEORA},
     {"V_UNCOMPRESSED"   , CODEC_ID_RAWVIDEO},
+    {"V_VP8"            , CODEC_ID_VP8},
 
     {""                 , CODEC_ID_NONE}
 };