Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2012-10-29 21:53:58 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-10-30 00:13:50 +0400
commita29ed50ed735e168a154f027ba633d9ca92cc4f5 (patch)
tree68f79a4c63e4c3bd11a3285df9d4604600663e7e /libavcodec
parent90510251027f0f5fcb15121dd948bca7a3bbae0b (diff)
avuidec: correct long_name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avuidec.c2
-rw-r--r--libavcodec/codec_desc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avuidec.c b/libavcodec/avuidec.c
index 27f0b4c2e0..52d8090109 100644
--- a/libavcodec/avuidec.c
+++ b/libavcodec/avuidec.c
@@ -151,5 +151,5 @@ AVCodec ff_avui_decoder = {
.decode = avui_decode_frame,
.close = avui_decode_close,
.capabilities = CODEC_CAP_DR1,
- .long_name = NULL_IF_CONFIG_SMALL("AVID Meridien"),
+ .long_name = NULL_IF_CONFIG_SMALL("Avid Meridien Uncompressed"),
};
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index fcefea4ae7..09b3015f37 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -1251,7 +1251,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.id = AV_CODEC_ID_AVUI,
.type = AVMEDIA_TYPE_VIDEO,
.name = "avui",
- .long_name = NULL_IF_CONFIG_SMALL("AVID Meridien"),
+ .long_name = NULL_IF_CONFIG_SMALL("Avid Meridien Uncompressed"),
.props = AV_CODEC_PROP_INTRA_ONLY,
},
{