diff ac3_parser.c @ 7138:1f85910c9ab2 libavcodec

Close parse context. Patch by David LIU david liu st com
author benoit
date Wed, 25 Jun 2008 12:30:35 +0000
parents 81d5c68233e5
children 1a93d3bbe3ee
line wrap: on
line diff
--- a/ac3_parser.c	Wed Jun 25 12:08:39 2008 +0000
+++ b/ac3_parser.c	Wed Jun 25 12:30:35 2008 +0000
@@ -192,5 +192,5 @@
     sizeof(AACAC3ParseContext),
     ac3_parse_init,
     ff_aac_ac3_parse,
-    NULL,
+    ff_parse_close,
 };