comparison aac_ac3_parser.h @ 6529:5542d0c04a55 libavcodec

using stream type in eac3 parser
author bwolowiec
date Mon, 24 Mar 2008 21:25:49 +0000
parents 32b984487899
children 04763b6fd4f0
comparison
equal deleted inserted replaced
6528:28d0e7dac45d 6529:5542d0c04a55
35 35
36 int channels; 36 int channels;
37 int sample_rate; 37 int sample_rate;
38 int bit_rate; 38 int bit_rate;
39 int samples; 39 int samples;
40 uint8_t stream_type;
40 } AACAC3ParseContext; 41 } AACAC3ParseContext;
41 42
42 int ff_aac_ac3_parse(AVCodecParserContext *s1, 43 int ff_aac_ac3_parse(AVCodecParserContext *s1,
43 AVCodecContext *avctx, 44 AVCodecContext *avctx,
44 const uint8_t **poutbuf, int *poutbuf_size, 45 const uint8_t **poutbuf, int *poutbuf_size,