mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00: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,
|
||||
.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,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user