summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-21 18:25:01 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-11-21 18:25:01 +0100
commit60b59d657e4d2c710391b8238533c2f3a51086f7 (patch)
treea24d8fc0f920e0bd6c55c19fe30cc6c3f169baef /libavcodec/codec_desc.c
parentea5adf7080403ad70a3827830c26319823f49adc (diff)
codec_descriptors: fix typo in mpeg 2 video
Found-by: Ramiro Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 2cb24167b9..d1dc2719aa 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -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,
},
{