Commit a29ed50e authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Michael Niedermayer

avuidec: correct long_name

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 90510251
......@@ -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"),
};
......@@ -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,
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment