comparison 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
comparison
equal deleted inserted replaced
9015:a50419dcda53 9016:2c23106a79eb
111 AVCodecParser aac_parser = { 111 AVCodecParser aac_parser = {
112 { CODEC_ID_AAC }, 112 { CODEC_ID_AAC },
113 sizeof(AACAC3ParseContext), 113 sizeof(AACAC3ParseContext),
114 aac_parse_init, 114 aac_parse_init,
115 ff_aac_ac3_parse, 115 ff_aac_ac3_parse,
116 NULL, 116 ff_parse_close,
117 }; 117 };