[SCM] libav/experimental: riff: support 'aas4' FourCC

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


The following commit has been merged in the experimental branch:
commit ae58466994be225fbc497be1aeb3556461f1825a
Author: Piotr Bandurski <ami_stuff at o2.pl>
Date:   Thu Apr 3 15:39:40 2014 +0200

    riff: support 'aas4' FourCC

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 24f1506..9013692 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -292,6 +292,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_LOCO,         MKTAG('L', 'O', 'C', 'O') },
     { AV_CODEC_ID_WNV1,         MKTAG('W', 'N', 'V', '1') },
     { AV_CODEC_ID_WNV1,         MKTAG('Y', 'U', 'V', '8') },
+    { AV_CODEC_ID_AASC,         MKTAG('A', 'A', 'S', '4') }, /* Autodesk 24 bit RLE compressor */
     { AV_CODEC_ID_AASC,         MKTAG('A', 'A', 'S', 'C') },
     { AV_CODEC_ID_INDEO2,       MKTAG('R', 'T', '2', '1') },
     { AV_CODEC_ID_FRAPS,        MKTAG('F', 'P', 'S', '1') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list