You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02: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:
@@ -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"),
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user