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>
pull/138/head
Paul B Mahol 10 years ago
parent 34121ca187
commit e0dac40306
  1. 2
      libavcodec/codec_desc.c

@ -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"),
},

Loading…
Cancel
Save