Fix high-quality surround sound breaking audio when streaming over the Internet or IPv6

This commit is contained in:
Cameron Gutman
2019-08-04 15:05:40 -07:00
parent c322ed9437
commit a9780361a3
5 changed files with 14 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ DECODER_RENDERER_CALLBACKS VideoCallbacks;
AUDIO_RENDERER_CALLBACKS AudioCallbacks;
int NegotiatedVideoFormat;
volatile int ConnectionInterrupted;
int HighQualitySurroundSupported;
int HighQualitySurroundEnabled;
int OriginalVideoBitrate;
int AudioPacketDuration;