mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
codec_desc: add SMVJPEG flags
Same flags as MJPEG, as it's essentially the same codec.
This commit is contained in:
parent
63c2e500d2
commit
5471b8944c
@ -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"),
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user