This commit is contained in:
Volker Fischer 2011-05-28 12:35:45 +00:00
parent 0f46659fcb
commit 70f0c66b85

View File

@ -160,8 +160,8 @@ void CClient::OnDetectedCLMessage ( CVector<uint8_t> vecbyData,
void CClient::OnJittBufSizeChanged ( int iNewJitBufSize )
{
// we received a jitter buffer size changed message from the server,
// only apply this value if auto jitter buffer size is disabled
if ( !GetDoAutoSockBufSize() )
// only apply this value if auto jitter buffer size is enabled
if ( GetDoAutoSockBufSize() )
{
// Note: Do not use the "SetServerSockBufNumFrames" function for setting
// the new server jitter buffer size since then a message would be sent