Commit f35daf37 authored by alexc's avatar alexc

Close the AAC parse context, discovered by Netgem.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17544 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cdaf1b38
...@@ -113,5 +113,5 @@ AVCodecParser aac_parser = { ...@@ -113,5 +113,5 @@ AVCodecParser aac_parser = {
sizeof(AACAC3ParseContext), sizeof(AACAC3ParseContext),
aac_parse_init, aac_parse_init,
ff_aac_ac3_parse, ff_aac_ac3_parse,
NULL, ff_parse_close,
}; };
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