mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
codec_descriptors: fix typo in mpeg 2 video
Found-by: Ramiro Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ea5adf7080
commit
60b59d657e
@ -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,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user