mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-09 14:14:39 +02:00
avuidec: correct long_name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9051025102
commit
a29ed50ed7
@ -151,5 +151,5 @@ AVCodec ff_avui_decoder = {
|
|||||||
.decode = avui_decode_frame,
|
.decode = avui_decode_frame,
|
||||||
.close = avui_decode_close,
|
.close = avui_decode_close,
|
||||||
.capabilities = CODEC_CAP_DR1,
|
.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,
|
.id = AV_CODEC_ID_AVUI,
|
||||||
.type = AVMEDIA_TYPE_VIDEO,
|
.type = AVMEDIA_TYPE_VIDEO,
|
||||||
.name = "avui",
|
.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,
|
.props = AV_CODEC_PROP_INTRA_ONLY,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user