mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avrn: lowercase "name" and expand"long_name"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e16fda9236
commit
bc151aee60
@ -118,14 +118,14 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac
|
||||
}
|
||||
|
||||
AVCodec ff_avrn_decoder = {
|
||||
.name = "AVRn",
|
||||
.name = "avrn",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = AV_CODEC_ID_AVRN,
|
||||
.priv_data_size = sizeof(AVRnContext),
|
||||
.init = init,
|
||||
.close = end,
|
||||
.decode = decode_frame,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AVRn"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Avid AVI Codec"),
|
||||
.capabilities = CODEC_CAP_DR1,
|
||||
};
|
||||
|
||||
|
@ -1178,8 +1178,8 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
||||
{
|
||||
.id = AV_CODEC_ID_AVRN,
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.name = "AVRn",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("AVRn"),
|
||||
.name = "avrn",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Avid AVI Codec"),
|
||||
},
|
||||
|
||||
/* various PCM "codecs" */
|
||||
|
Loading…
Reference in New Issue
Block a user