Browse Source

codec_desc: fix typo in rv20 long_name.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Alexis Ballier Michael Niedermayer 12 years ago
parent
commit
c3ca70204b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/codec_desc.c

+ 1
- 1
libavcodec/codec_desc.c View File

@@ -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,
},
{


Loading…
Cancel
Save