[FFmpeg-cvslog] codec_descriptors: fix typo in mpeg 2 video

Michael Niedermayer git at videolan.org
Wed Nov 21 19:11:47 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Nov 21 18:25:01 2012 +0100| [60b59d657e4d2c710391b8238533c2f3a51086f7] | committer: Michael Niedermayer

codec_descriptors: fix typo in mpeg 2 video

Found-by: Ramiro
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=60b59d657e4d2c710391b8238533c2f3a51086f7
---

 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 2cb2416..d1dc271 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -39,7 +39,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .id        = AV_CODEC_ID_MPEG2VIDEO,
         .type      = AVMEDIA_TYPE_VIDEO,
         .name      = "mpeg2video",
-        .long_name = NULL_IF_CONFIG_SMALL("MPEG-1 video"),
+        .long_name = NULL_IF_CONFIG_SMALL("MPEG-2 video"),
         .props     = AV_CODEC_PROP_LOSSY,
     },
     {



More information about the ffmpeg-cvslog mailing list