[SCM] libav/experimental: codec_desc: fix some typos in long codec names

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:04:03 UTC 2014


The following commit has been merged in the experimental branch:
commit 4b169321b84502302f2badb056ebee4fdaea94fa
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sun Jul 20 11:34:30 2014 +0000

    codec_desc: fix some typos in long codec names
    
    The rv20 typo spotted by Hendrik Leppkes <h.leppkes at gmail.com>

diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 548c508..c21c57e 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -36,7 +36,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 | AV_CODEC_PROP_REORDER,
     },
 #if FF_API_XVMC
@@ -73,7 +73,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .id        = AV_CODEC_ID_RV20,
         .type      = AVMEDIA_TYPE_VIDEO,
         .name      = "rv20",
-        .long_name = NULL_IF_CONFIG_SMALL("RealVideo 1.0"),
+        .long_name = NULL_IF_CONFIG_SMALL("RealVideo 2.0"),
         .props     = AV_CODEC_PROP_LOSSY | AV_CODEC_PROP_REORDER,
     },
     {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list