[SCM] libav/experimental: VP3 parser can also handle VP6 without any changes.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:24:24 UTC 2013


The following commit has been merged in the experimental branch:
commit 4231f05b2893b117a4ea86c098612805ed51d295
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Thu Jun 26 17:14:20 2008 +0000

    VP3 parser can also handle VP6 without any changes.
    
    Originally committed as revision 13990 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/vp3_parser.c b/libavcodec/vp3_parser.c
index 818b460..c22e6dd 100644
--- a/libavcodec/vp3_parser.c
+++ b/libavcodec/vp3_parser.c
@@ -36,7 +36,8 @@ static int parse(AVCodecParserContext *s,
 }
 
 AVCodecParser vp3_parser = {
-    { CODEC_ID_THEORA, CODEC_ID_VP3 },
+    { CODEC_ID_THEORA, CODEC_ID_VP3,
+      CODEC_ID_VP6,    CODEC_ID_VP6F, CODEC_ID_VP6A },
     0,
     NULL,
     parse,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list