aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-09 15:10:16 -0400
committerMichael Niedermayer <michaelni@gmx.at>2013-07-10 00:27:34 +0200
commitc3ca70204bd816bcef59c3d278b3d8607e2525ca (patch)
tree7428df168c48d72cb83b6ec3ce522820ee541926 /libavcodec/codec_desc.c
parent3aa2257d240a5a0eb94014b9113dd91730786886 (diff)
downloadandroid_external_ffmpeg-c3ca70204bd816bcef59c3d278b3d8607e2525ca.tar.gz
android_external_ffmpeg-c3ca70204bd816bcef59c3d278b3d8607e2525ca.tar.bz2
android_external_ffmpeg-c3ca70204bd816bcef59c3d278b3d8607e2525ca.zip
codec_desc: fix typo in rv20 long_name.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c2
1 files changed, 1 insertions, 1 deletions
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,
},
{