[FFmpeg-cvslog] avcodec/codec_desc: rename smv video codec name to smvjpeg to match decoder name
Paul B Mahol
git at videolan.org
Tue Jun 16 21:19:05 CEST 2015
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Jun 16 13:28:34 2015 +0000| [e0dac40306928bf544a34f4054504654e8f374d0] | committer: 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: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0dac40306928bf544a34f4054504654e8f374d0
---
libavcodec/codec_desc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index c1694f3..f32843a 100644
--- a/libavcodec/codec_desc.c
+++ b/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"),
},
More information about the ffmpeg-cvslog
mailing list