Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser

and decoder, and vice-versa for the AC-3 encoder.
This commit is contained in:
Justin Ruggles
2011-03-24 12:10:38 -04:00
parent c70a6a41dd
commit be18738801
8 changed files with 29 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ typedef struct AACAC3ParseContext {
int bit_rate;
int samples;
int64_t channel_layout;
int service_type;
int remaining_size;
uint64_t state;