mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-09 01:21:06 +00:00
committed by
Paul B Mahol
parent
7fbc082577
commit
61e4db4bb7
@@ -1463,6 +1463,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
||||
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY |
|
||||
AV_CODEC_PROP_LOSSLESS,
|
||||
},
|
||||
{
|
||||
.id = AV_CODEC_ID_FITS,
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.name = "fits",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("FITS image"),
|
||||
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
|
||||
},
|
||||
{
|
||||
.id = AV_CODEC_ID_GIF,
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
|
||||
Reference in New Issue
Block a user