[SCM] libav/experimental: matroska: Add V_VP8

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:07:20 UTC 2013


The following commit has been merged in the experimental branch:
commit 23966972aba91225e340fbb8d624a78641bbfee3
Author: Google <>
Date:   Wed May 19 16:50:06 2010 +0000

    matroska: Add V_VP8
    
    Patch by Google
    
    Originally committed as revision 23192 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 214825a..dac4735 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}
 };

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list