codec_desc: add SMVJPEG flags

Same flags as MJPEG, as it's essentially the same codec.
This commit is contained in:
Anton Khirnov 2020-12-01 18:55:22 +01:00
parent 63c2e500d2
commit 5471b8944c

View File

@ -1519,6 +1519,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_SMVJPEG,
.type = AVMEDIA_TYPE_VIDEO,
.name = "smvjpeg",
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
.long_name = NULL_IF_CONFIG_SMALL("Sigmatel Motion Video"),
},
{