Skip to content
Snippets Groups Projects
Commit 7ac15917 authored by Alex Converse's avatar Alex Converse
Browse files

Close the AAC parse context, discovered by Netgem.

Originally committed as revision 17544 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d05f808d
No related branches found
No related tags found
No related merge requests found
...@@ -113,5 +113,5 @@ AVCodecParser aac_parser = { ...@@ -113,5 +113,5 @@ AVCodecParser aac_parser = {
sizeof(AACAC3ParseContext), sizeof(AACAC3ParseContext),
aac_parse_init, aac_parse_init,
ff_aac_ac3_parse, ff_aac_ac3_parse,
NULL, ff_parse_close,
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment