[SCM] libav/experimental: riff: add "GXVE" FourCC for WMV2

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:38 UTC 2014


The following commit has been merged in the experimental branch:
commit adf0ff000055f09f7439e96aaa8178ed763013ee
Author: Piotr Bandurski <ami_stuff at o2.pl>
Date:   Sat Nov 10 00:24:09 2012 +0100

    riff: add "GXVE" FourCC for WMV2
    
    Sample-Id: vivd.avi

diff --git a/libavformat/riff.c b/libavformat/riff.c
index fa8ed3e..b82b5da 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -123,6 +123,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_MSMPEG4V1,    MKTAG('M', 'P', '4', '1') },
     { AV_CODEC_ID_WMV1,         MKTAG('W', 'M', 'V', '1') },
     { AV_CODEC_ID_WMV2,         MKTAG('W', 'M', 'V', '2') },
+    { AV_CODEC_ID_WMV2,         MKTAG('G', 'X', 'V', 'E') },
     { AV_CODEC_ID_DVVIDEO,      MKTAG('d', 'v', 's', 'd') },
     { AV_CODEC_ID_DVVIDEO,      MKTAG('d', 'v', 'h', 'd') },
     { AV_CODEC_ID_DVVIDEO,      MKTAG('d', 'v', 'h', '1') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list