[FFmpeg-cvslog] codec_desc: fix typo in rv20 long_name.

Alexis Ballier git at videolan.org
Wed Jul 10 00:36:16 CEST 2013


ffmpeg | branch: master | Alexis Ballier <aballier at gentoo.org> | Tue Jul  9 15:10:16 2013 -0400| [c3ca70204bd816bcef59c3d278b3d8607e2525ca] | committer: Michael Niedermayer

codec_desc: fix typo in rv20 long_name.

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

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

 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 f195f89..adc4772 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -74,7 +74,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,
     },
     {



More information about the ffmpeg-cvslog mailing list