Commit c3ca7020 authored by Alexis Ballier's avatar Alexis Ballier Committed by Michael Niedermayer

codec_desc: fix typo in rv20 long_name.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3aa2257d
...@@ -74,7 +74,7 @@ static const AVCodecDescriptor codec_descriptors[] = { ...@@ -74,7 +74,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_RV20, .id = AV_CODEC_ID_RV20,
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
.name = "rv20", .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, .props = AV_CODEC_PROP_LOSSY,
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment