You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
codec_desc: add SMVJPEG flags
Same flags as MJPEG, as it's essentially the same codec.
This commit is contained in:
@@ -1519,6 +1519,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
|||||||
.id = AV_CODEC_ID_SMVJPEG,
|
.id = AV_CODEC_ID_SMVJPEG,
|
||||||
.type = AVMEDIA_TYPE_VIDEO,
|
.type = AVMEDIA_TYPE_VIDEO,
|
||||||
.name = "smvjpeg",
|
.name = "smvjpeg",
|
||||||
|
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("Sigmatel Motion Video"),
|
.long_name = NULL_IF_CONFIG_SMALL("Sigmatel Motion Video"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user