Commit e0dac403 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/codec_desc: rename smv video codec name to smvjpeg to match decoder name

Also fixes clash with smv audio codec.
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 34121ca1
...@@ -1178,7 +1178,7 @@ static const AVCodecDescriptor codec_descriptors[] = { ...@@ -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"),
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment