lavc: use designated initialisers for parsers.
This commit is contained in:
@@ -87,9 +87,8 @@ static int dnxhd_parse(AVCodecParserContext *s,
|
||||
}
|
||||
|
||||
AVCodecParser ff_dnxhd_parser = {
|
||||
{ CODEC_ID_DNXHD },
|
||||
sizeof(ParseContext),
|
||||
NULL,
|
||||
dnxhd_parse,
|
||||
ff_parse_close,
|
||||
.codec_ids = { CODEC_ID_DNXHD },
|
||||
.priv_data_size = sizeof(ParseContext),
|
||||
.parser_parse = dnxhd_parse,
|
||||
.parser_close = ff_parse_close,
|
||||
};
|
||||
|
Reference in New Issue
Block a user