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/avuidec.c
parent90510251027f0f5fcb15121dd948bca7a3bbae0b (diff)
avuidec: correct long_name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avuidec.c')
-rw-r--r--libavcodec/avuidec.c2
1 files changed, 1 insertions, 1 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"),
};