Enable high quality surround sound when the video bitrate is over 15 Mbps

This commit is contained in:
Cameron Gutman
2018-05-27 18:45:09 -07:00
parent 783af66324
commit a8b01d6c29
4 changed files with 26 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ DECODER_RENDERER_CALLBACKS VideoCallbacks;
AUDIO_RENDERER_CALLBACKS AudioCallbacks;
int NegotiatedVideoFormat;
volatile int ConnectionInterrupted;
int HighQualitySurroundEnabled;
// Connection stages
static const char* stageNames[STAGE_MAX] = {