Variables | |
uint8_t | AC3HeaderInfo::sr_shift |
uint16_t | AC3HeaderInfo::sample_rate |
uint32_t | AC3HeaderInfo::bit_rate |
uint8_t | AC3HeaderInfo::channels |
uint16_t | AC3HeaderInfo::frame_size |
uint32_t AC3HeaderInfo::bit_rate [inherited] |
Definition at line 94 of file ac3.h.
Referenced by ac3_parse_header(), ac3_sync(), and ff_ac3_parse_header().
uint8_t AC3HeaderInfo::channels [inherited] |
Definition at line 95 of file ac3.h.
Referenced by ac3_parse_header(), ac3_sync(), and ff_ac3_parse_header().
uint16_t AC3HeaderInfo::frame_size [inherited] |
Definition at line 96 of file ac3.h.
Referenced by ac3_parse_header(), ac3_probe(), ac3_sync(), and ff_ac3_parse_header().
uint16_t AC3HeaderInfo::sample_rate [inherited] |
Definition at line 93 of file ac3.h.
Referenced by ac3_parse_header(), ac3_sync(), and ff_ac3_parse_header().
uint8_t AC3HeaderInfo::sr_shift [inherited] |