mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/codec_desc: rename smv video codec name to smvjpeg to match decoder name
Also fixes clash with smv audio codec. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
34121ca187
commit
e0dac40306
|
@ -1178,7 +1178,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 = "smv",
|
.name = "smvjpeg",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("Sigmatel Motion Video"),
|
.long_name = NULL_IF_CONFIG_SMALL("Sigmatel Motion Video"),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue