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:
Paul B Mahol 2015-06-16 13:28:34 +00:00
parent 34121ca187
commit e0dac40306
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
{
.id = AV_CODEC_ID_SMVJPEG,
.type = AVMEDIA_TYPE_VIDEO,
.name = "smv",
.name = "smvjpeg",
.long_name = NULL_IF_CONFIG_SMALL("Sigmatel Motion Video"),
},