mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08: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,
|
||||
.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"),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user