avuidec: correct long_name

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Piotr Bandurski 2012-10-29 18:53:58 +01:00 committed by Michael Niedermayer
parent 9051025102
commit a29ed50ed7
2 changed files with 2 additions and 2 deletions

View File

@ -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"),
};

View File

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