From 2b9fd157342fbe3db86228db4f9e23b52670c264 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 30 Aug 2017 12:18:22 +0200 Subject: avcodec/codec_desc: make FITS description longer Signed-off-by: Paul B Mahol --- libavcodec/codec_desc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 2fea6805ab..6a13bbbf0e 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1467,7 +1467,7 @@ static const AVCodecDescriptor codec_descriptors[] = { .id = AV_CODEC_ID_FITS, .type = AVMEDIA_TYPE_VIDEO, .name = "fits", - .long_name = NULL_IF_CONFIG_SMALL("FITS image"), + .long_name = NULL_IF_CONFIG_SMALL("FITS (Flexible Image Transport System)"), .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS, }, { -- cgit v1.2.3