avcodec/codec_desc: extend gif description

This commit is contained in:
Paul B Mahol 2018-12-12 17:16:52 +01:00
parent 280b432464
commit f2664a306f
1 changed files with 1 additions and 1 deletions

View File

@ -723,7 +723,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_GIF,
.type = AVMEDIA_TYPE_VIDEO,
.name = "gif",
.long_name = NULL_IF_CONFIG_SMALL("GIF (Graphics Interchange Format)"),
.long_name = NULL_IF_CONFIG_SMALL("CompuServe GIF (Graphics Interchange Format)"),
.props = AV_CODEC_PROP_LOSSLESS,
.mime_types= MT("image/gif"),
},