diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2014-04-03 15:39:40 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:27 +0200 |
commit | ae58466994be225fbc497be1aeb3556461f1825a (patch) | |
tree | 920faec53db8f1daf6f1c464a1bc4f0d5a4bc3ef /libavformat/riff.c | |
parent | 7100f3c07dbfec9e940cb1bf716edceaefa9c6e6 (diff) | |
download | ffmpeg-ae58466994be225fbc497be1aeb3556461f1825a.tar.gz |
riff: support 'aas4' FourCC
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 24f1506cd6..90136924ed 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') }, |