Commit 7ac15917 authored by Alex Converse's avatar Alex Converse

Close the AAC parse context, discovered by Netgem.

Originally committed as revision 17544 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d05f808d
...@@ -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