mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
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,
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.name = "smv",
|
||||
.name = "smvjpeg",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Sigmatel Motion Video"),
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user