summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-10 12:43:55 +0200
committerPaul B Mahol <onemda@gmail.com>2019-03-31 10:48:43 +0200
commit4e8cbbf70e7a4ca3bb157f31c2f28e2365322b45 (patch)
tree217361cc15bb6a81452f400108e51d8e5cb8530f /libavformat
parent52d8f35b14bc379572e74d042d3466b8d3b6e7cf (diff)
avcodec: add Amuse Graphics decoder
This work is sponsored by VideoLAN.
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 8f0fd99e22..a8594b0607 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -477,6 +477,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_RASC, MKTAG('R', 'A', 'S', 'C') },
{ AV_CODEC_ID_HYMT, MKTAG('H', 'Y', 'M', 'T') },
{ AV_CODEC_ID_ARBC, MKTAG('A', 'R', 'B', 'C') },
+ { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '2') },
+ { AV_CODEC_ID_AGM, MKTAG('A', 'G', 'M', '3') },
{ AV_CODEC_ID_NONE, 0 }
};