[FFmpeg-cvslog] avuidec: correct long_name
Piotr Bandurski
git at videolan.org
Mon Oct 29 21:47:42 CET 2012
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Mon Oct 29 18:53:58 2012 +0100| [a29ed50ed735e168a154f027ba633d9ca92cc4f5] | committer: Michael Niedermayer
avuidec: correct long_name
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a29ed50ed735e168a154f027ba633d9ca92cc4f5
---
libavcodec/avuidec.c | 2 +-
libavcodec/codec_desc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/avuidec.c b/libavcodec/avuidec.c
index 27f0b4c..52d8090 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 fcefea4..09b3015 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,
},
{
More information about the ffmpeg-cvslog
mailing list