comparison 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
comparison
equal deleted inserted replaced
7137:186eb61a9860 7138:1f85910c9ab2
190 AVCodecParser ac3_parser = { 190 AVCodecParser ac3_parser = {
191 { CODEC_ID_AC3 }, 191 { CODEC_ID_AC3 },
192 sizeof(AACAC3ParseContext), 192 sizeof(AACAC3ParseContext),
193 ac3_parse_init, 193 ac3_parse_init,
194 ff_aac_ac3_parse, 194 ff_aac_ac3_parse,
195 NULL, 195 ff_parse_close,
196 }; 196 };