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:
-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,
},
{