Variables | |
| uint8_t | AC3HeaderInfo::halfratecod |
| uint16_t | AC3HeaderInfo::sample_rate |
| uint32_t | AC3HeaderInfo::bit_rate |
| uint8_t | AC3HeaderInfo::channels |
| uint16_t | AC3HeaderInfo::frame_size |
uint8_t AC3HeaderInfo::halfratecod [inherited] |
uint16_t AC3HeaderInfo::sample_rate [inherited] |
Definition at line 98 of file ac3.h.
Referenced by ac3_parse_header(), ac3_sync(), and ff_ac3_parse_header().
uint32_t AC3HeaderInfo::bit_rate [inherited] |
Definition at line 99 of file ac3.h.
Referenced by ac3_parse_header(), ac3_sync(), and ff_ac3_parse_header().
uint8_t AC3HeaderInfo::channels [inherited] |
Definition at line 100 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 101 of file ac3.h.
Referenced by ac3_parse_header(), ac3_probe(), ac3_sync(), encode_frame(), and ff_ac3_parse_header().
1.5.5