diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-11-21 18:25:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-21 18:25:01 +0100 |
commit | 60b59d657e4d2c710391b8238533c2f3a51086f7 (patch) | |
tree | a24d8fc0f920e0bd6c55c19fe30cc6c3f169baef /libavcodec/codec_desc.c | |
parent | ea5adf7080403ad70a3827830c26319823f49adc (diff) | |
download | ffmpeg-60b59d657e4d2c710391b8238533c2f3a51086f7.tar.gz |
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.c | 2 |
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, }, { |