mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-18 22:55:12 +08:00
lavc: use designated initialisers for parsers.
This commit is contained in:
@@ -33,8 +33,6 @@ static int parse(AVCodecParserContext *s,
|
||||
}
|
||||
|
||||
AVCodecParser ff_vp8_parser = {
|
||||
{ CODEC_ID_VP8 },
|
||||
0,
|
||||
NULL,
|
||||
parse,
|
||||
.codec_ids = { CODEC_ID_VP8 },
|
||||
.parser_parse = parse,
|
||||
};
|
||||
|
Reference in New Issue
Block a user