[SCM] libav/experimental: riff: Add "S263" FourCC

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 c9787f034c6a442e5fba8e9cad5c702281e6eaf3
Author: Piotr Bandurski <ami_stuff at o2.pl>
Date:   Thu Apr 3 15:34:44 2014 +0200

    riff: Add "S263" FourCC

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 7396fc3..794d0e5 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -275,6 +275,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_ZLIB,         MKTAG('Z', 'L', 'I', 'B') },
     { AV_CODEC_ID_4XM,          MKTAG('4', 'X', 'M', 'V') },
     { AV_CODEC_ID_FLV1,         MKTAG('F', 'L', 'V', '1') },
+    { AV_CODEC_ID_FLV1,         MKTAG('S', '2', '6', '3') },
     { AV_CODEC_ID_FLASHSV,      MKTAG('F', 'S', 'V', '1') },
     { AV_CODEC_ID_SVQ1,         MKTAG('s', 'v', 'q', '1') },
     { AV_CODEC_ID_TSCC,         MKTAG('t', 's', 'c', 'c') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list