From c3ca70204bd816bcef59c3d278b3d8607e2525ca Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 9 Jul 2013 15:10:16 -0400 Subject: [PATCH] codec_desc: fix typo in rv20 long_name. Signed-off-by: Michael Niedermayer --- 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 f195f89fd3..adc47727b0 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, }, {