Close the AAC parse context, discovered by Netgem.

Originally committed as revision 17544 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Converse 2009-02-23 19:25:18 +00:00
parent d05f808dc9
commit 7ac1591764

View File

@ -113,5 +113,5 @@ AVCodecParser aac_parser = {
sizeof(AACAC3ParseContext),
aac_parse_init,
ff_aac_ac3_parse,
NULL,
ff_parse_close,
};