|
|
@ -1127,7 +1127,7 @@ static const AVCodecDescriptor codec_descriptors[] = { |
|
|
|
.type = AVMEDIA_TYPE_VIDEO, |
|
|
|
.type = AVMEDIA_TYPE_VIDEO, |
|
|
|
.name = "dpx", |
|
|
|
.name = "dpx", |
|
|
|
.long_name = NULL_IF_CONFIG_SMALL("DPX image"), |
|
|
|
.long_name = NULL_IF_CONFIG_SMALL("DPX image"), |
|
|
|
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY, |
|
|
|
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
.id = AV_CODEC_ID_EXR, |
|
|
|
.id = AV_CODEC_ID_EXR, |
|
|
@ -1220,7 +1220,7 @@ static const AVCodecDescriptor codec_descriptors[] = { |
|
|
|
.type = AVMEDIA_TYPE_VIDEO, |
|
|
|
.type = AVMEDIA_TYPE_VIDEO, |
|
|
|
.name = "sgi", |
|
|
|
.name = "sgi", |
|
|
|
.long_name = NULL_IF_CONFIG_SMALL("SGI image"), |
|
|
|
.long_name = NULL_IF_CONFIG_SMALL("SGI image"), |
|
|
|
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY, |
|
|
|
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
.id = AV_CODEC_ID_SP5X, |
|
|
|
.id = AV_CODEC_ID_SP5X, |
|
|
|