You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc/codec_desc: add/fix .props for SGI/DPX/X-face/BRender PIX image
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -749,7 +749,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_SGIRLE,
|
.id = AV_CODEC_ID_SGIRLE,
|
||||||
@@ -944,7 +944,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_MAD,
|
.id = AV_CODEC_ID_MAD,
|
||||||
@@ -1355,12 +1355,14 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
|||||||
.type = AVMEDIA_TYPE_VIDEO,
|
.type = AVMEDIA_TYPE_VIDEO,
|
||||||
.name = "xface",
|
.name = "xface",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("X-face image"),
|
.long_name = NULL_IF_CONFIG_SMALL("X-face image"),
|
||||||
|
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.id = AV_CODEC_ID_BRENDER_PIX,
|
.id = AV_CODEC_ID_BRENDER_PIX,
|
||||||
.type = AVMEDIA_TYPE_VIDEO,
|
.type = AVMEDIA_TYPE_VIDEO,
|
||||||
.name = "brender_pix",
|
.name = "brender_pix",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("BRender PIX image"),
|
.long_name = NULL_IF_CONFIG_SMALL("BRender PIX image"),
|
||||||
|
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
|
||||||
},
|
},
|
||||||
|
|
||||||
/* various PCM "codecs" */
|
/* various PCM "codecs" */
|
||||||
|
Reference in New Issue
Block a user