Commit 2b9fd157 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/codec_desc: make FITS description longer

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent a4d18a3f
......@@ -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,
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment