diff aac_parser.c @ 9016:2c23106a79eb libavcodec

Close the AAC parse context, discovered by Netgem.
author alexc
date Mon, 23 Feb 2009 19:25:18 +0000
parents b6e7247d3f0e
children 0dce4fe6e6f3
line wrap: on
line diff
--- a/aac_parser.c	Mon Feb 23 15:53:39 2009 +0000
+++ b/aac_parser.c	Mon Feb 23 19:25:18 2009 +0000
@@ -113,5 +113,5 @@
     sizeof(AACAC3ParseContext),
     aac_parse_init,
     ff_aac_ac3_parse,
-    NULL,
+    ff_parse_close,
 };