Commit 60b59d65 authored by Michael Niedermayer's avatar Michael Niedermayer

codec_descriptors: fix typo in mpeg 2 video

Found-by: Ramiro
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ea5adf70
......@@ -39,7 +39,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_MPEG2VIDEO,
.type = AVMEDIA_TYPE_VIDEO,
.name = "mpeg2video",
.long_name = NULL_IF_CONFIG_SMALL("MPEG-1 video"),
.long_name = NULL_IF_CONFIG_SMALL("MPEG-2 video"),
.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