mirror of https://git.ffmpeg.org/ffmpeg.git
codec_desc: fix typo in rv20 long_name.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3aa2257d24
commit
c3ca70204b
|
@ -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…
Reference in New Issue