comparison aac_ac3_parser.h @ 9512:ba5d9a97ab2f libavcodec

Add channel layout support to the AC-3 decoder and AC-3 parser.
author jbr
date Sun, 19 Apr 2009 15:05:32 +0000
parents 82ab0b77695b
children
comparison
equal deleted inserted replaced
9511:c2dba7ed94dc 9512:ba5d9a97ab2f
46 46
47 int channels; 47 int channels;
48 int sample_rate; 48 int sample_rate;
49 int bit_rate; 49 int bit_rate;
50 int samples; 50 int samples;
51 int64_t channel_layout;
51 52
52 int remaining_size; 53 int remaining_size;
53 uint64_t state; 54 uint64_t state;
54 55
55 int need_next_header; 56 int need_next_header;