mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 10:22:10 +00:00
avcodec/codec_desc: make FITS description longer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
a4d18a3f54
commit
2b9fd15734
@ -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…
Reference in New Issue
Block a user