avcodec/codec_desc: make FITS description longer

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/269/head
Paul B Mahol 8 years ago
parent a4d18a3f54
commit 2b9fd15734
  1. 2
      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,
},
{

Loading…
Cancel
Save