diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-09 15:10:16 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-10 00:27:34 +0200 |
commit | c3ca70204bd816bcef59c3d278b3d8607e2525ca (patch) | |
tree | 7428df168c48d72cb83b6ec3ce522820ee541926 | |
parent | 3aa2257d240a5a0eb94014b9113dd91730786886 (diff) | |
download | ffmpeg-c3ca70204bd816bcef59c3d278b3d8607e2525ca.tar.gz |
codec_desc: fix typo in rv20 long_name.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/codec_desc.c | 2 |
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, }, { |