From 23966972aba91225e340fbb8d624a78641bbfee3 Mon Sep 17 00:00:00 2001 From: Google <> Date: Wed, 19 May 2010 16:50:06 +0000 Subject: [PATCH] matroska: Add V_VP8 Patch by Google Originally committed as revision 23192 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroska.c | 1 + 1 file changed, 1 insertion(+) 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} };