mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-01-27 15:02:36 +00:00
cavs parser: fix parser context type
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
0c5d78a898
commit
53a09964f0
@ -99,8 +99,8 @@ static int cavsvideo_parse(AVCodecParserContext *s,
|
|||||||
|
|
||||||
AVCodecParser ff_cavsvideo_parser = {
|
AVCodecParser ff_cavsvideo_parser = {
|
||||||
.codec_ids = { CODEC_ID_CAVS },
|
.codec_ids = { CODEC_ID_CAVS },
|
||||||
.priv_data_size = sizeof(ParseContext1),
|
.priv_data_size = sizeof(ParseContext),
|
||||||
.parser_parse = cavsvideo_parse,
|
.parser_parse = cavsvideo_parse,
|
||||||
.parser_close = ff_parse1_close,
|
.parser_close = ff_parse_close,
|
||||||
.split = ff_mpeg4video_split,
|
.split = ff_mpeg4video_split,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user