changeset 9016:2c23106a79eb libavcodec

Close the AAC parse context, discovered by Netgem.
author alexc
date Mon, 23 Feb 2009 19:25:18 +0000
parents a50419dcda53
children 1e2c96617886
files aac_parser.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,
 };