[FFmpeg-cvslog] r23376 - in branches/0.6: . libavformat/matroska.c
siretart
subversion
Sat May 29 16:11:03 CEST 2010
Author: siretart
Date: Sat May 29 16:11:03 2010
New Revision: 23376
Log:
matroska: Add V_VP8
Patch by Google
backport r23192 by conrad
Modified:
branches/0.6/ (props changed)
branches/0.6/libavformat/matroska.c
Modified: branches/0.6/libavformat/matroska.c
==============================================================================
--- branches/0.6/libavformat/matroska.c Sat May 29 16:05:05 2010 (r23375)
+++ branches/0.6/libavformat/matroska.c Sat May 29 16:11:03 2010 (r23376)
@@ -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