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. --- libavcodec/codec_desc.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libavcodec/codec_desc.c') diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index a3de8e1c2b..80c21a8c6c 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1705,6 +1705,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("Gryphon's Anim Compressor"), .props = AV_CODEC_PROP_LOSSY, }, + { + .id = AV_CODEC_ID_AGM, + .type = AVMEDIA_TYPE_VIDEO, + .name = "agm", + .long_name = NULL_IF_CONFIG_SMALL("Amuse Graphics Movie"), + .props = AV_CODEC_PROP_LOSSY, + }, /* various PCM "codecs" */ { -- cgit v1.2.3