summaryrefslogtreecommitdiff
path: root/libavcodec/ac3_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ac3_parser.c')
-rw-r--r--libavcodec/ac3_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3_parser.c b/libavcodec/ac3_parser.c
index 6ed23d787a..a2f3c82f48 100644
--- a/libavcodec/ac3_parser.c
+++ b/libavcodec/ac3_parser.c
@@ -192,5 +192,5 @@ AVCodecParser ac3_parser = {
sizeof(AACAC3ParseContext),
ac3_parse_init,
ff_aac_ac3_parse,
- NULL,
+ ff_parse_close,
};