comparison ac3.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 e9d9d946f213
children 2887f410011f
comparison
equal deleted inserted replaced
9511:c2dba7ed94dc 9512:ba5d9a97ab2f
98 uint8_t sr_shift; 98 uint8_t sr_shift;
99 uint16_t sample_rate; 99 uint16_t sample_rate;
100 uint32_t bit_rate; 100 uint32_t bit_rate;
101 uint8_t channels; 101 uint8_t channels;
102 uint16_t frame_size; 102 uint16_t frame_size;
103 int64_t channel_layout;
103 /** @} */ 104 /** @} */
104 } AC3HeaderInfo; 105 } AC3HeaderInfo;
105 106
106 typedef enum { 107 typedef enum {
107 EAC3_FRAME_TYPE_INDEPENDENT = 0, 108 EAC3_FRAME_TYPE_INDEPENDENT = 0,