[FFmpeg-cvslog] riff: support 'aas4' FourCC

Piotr Bandurski git at videolan.org
Fri Apr 4 03:25:04 CEST 2014


ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Thu Apr  3 15:39:40 2014 +0200| [ae58466994be225fbc497be1aeb3556461f1825a] | committer: Vittorio Giovara

riff: support 'aas4' FourCC

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae58466994be225fbc497be1aeb3556461f1825a
---

 libavformat/riff.c |    1 +
 1 file changed, 1 insertion(+)

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') },



More information about the ffmpeg-cvslog mailing list