comparison aac_ac3_parser.h @ 8977:82ab0b77695b libavcodec

Allow AC-3 parser to modify codec_id. Patch by Joakim Plate (elupus A ecce D se).
author jbr
date Thu, 19 Feb 2009 00:28:19 +0000
parents 04423b2f6e0b
children ba5d9a97ab2f
comparison
equal deleted inserted replaced
8976:e7d87561b42b 8977:82ab0b77695b
51 51
52 int remaining_size; 52 int remaining_size;
53 uint64_t state; 53 uint64_t state;
54 54
55 int need_next_header; 55 int need_next_header;
56 enum CodecID codec_id;
56 } AACAC3ParseContext; 57 } AACAC3ParseContext;
57 58
58 int ff_aac_ac3_parse(AVCodecParserContext *s1, 59 int ff_aac_ac3_parse(AVCodecParserContext *s1,
59 AVCodecContext *avctx, 60 AVCodecContext *avctx,
60 const uint8_t **poutbuf, int *poutbuf_size, 61 const uint8_t **poutbuf, int *poutbuf_size,