[FFmpeg-cvslog] r23192 - trunk/libavformat/matroska.c
conrad
subversion
Wed May 19 18:50:06 CEST 2010
Author: conrad
Date: Wed May 19 18:50:06 2010
New Revision: 23192
Log:
matroska: Add V_VP8
Patch by Google
Modified:
trunk/libavformat/matroska.c
Modified: trunk/libavformat/matroska.c
==============================================================================
--- trunk/libavformat/matroska.c Wed May 19 18:50:00 2010 (r23191)
+++ trunk/libavformat/matroska.c Wed May 19 18:50:06 2010 (r23192)
@@ -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}
};
More information about the ffmpeg-cvslog
mailing list