Close the AAC parse context, discovered by Netgem.
authorAlex Converse <alex.converse@gmail.com>
Mon, 23 Feb 2009 19:25:18 +0000 (19:25 +0000)
committerAlex Converse <alex.converse@gmail.com>
Mon, 23 Feb 2009 19:25:18 +0000 (19:25 +0000)
Originally committed as revision 17544 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/aac_parser.c

index 199e64b..09f074b 100644 (file)
@@ -113,5 +113,5 @@ AVCodecParser aac_parser = {
     sizeof(AACAC3ParseContext),
     aac_parse_init,
     ff_aac_ac3_parse,
-    NULL,
+    ff_parse_close,
 };