projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7100f3c
)
riff: support 'aas4' FourCC
author
Piotr Bandurski
<ami_stuff@o2.pl>
Thu, 3 Apr 2014 13:39:40 +0000
(15:39 +0200)
committer
Vittorio Giovara
<vittorio.giovara@gmail.com>
Thu, 3 Apr 2014 23:29:27 +0000
(
01:29
+0200)
libavformat/riff.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
24f1506
..
9013692
100644
(file)
--- 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') },