From 4e8cbbf70e7a4ca3bb157f31c2f28e2365322b45 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 10 Oct 2018 12:43:55 +0200 Subject: avcodec: add Amuse Graphics decoder This work is sponsored by VideoLAN. --- libavformat/riff.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat') 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 } }; -- cgit v1.2.3