Commit 797639dc authored by Rafaël Carré's avatar Rafaël Carré Committed by Diego Biurrun

vc1: use ff_parse_close

It works as long as ParseContext is the first member of the private struct
Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 07554ace
...@@ -196,6 +196,6 @@ AVCodecParser ff_vc1_parser = { ...@@ -196,6 +196,6 @@ AVCodecParser ff_vc1_parser = {
.priv_data_size = sizeof(VC1ParseContext), .priv_data_size = sizeof(VC1ParseContext),
.parser_init = vc1_parse_init, .parser_init = vc1_parse_init,
.parser_parse = vc1_parse, .parser_parse = vc1_parse,
.parser_close = ff_parse1_close, .parser_close = ff_parse_close,
.split = vc1_split, .split = vc1_split,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment