From: Chris Tallon Date: Sun, 19 Nov 2006 19:44:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=b00cbc6de8f2ed6e35b57ea5f97ada4aa66a49e9;p=vompclient-marten.git *** empty log message *** --- diff --git a/playerradio.cc b/playerradio.cc index 417c7d2..690c3bf 100644 --- a/playerradio.cc +++ b/playerradio.cc @@ -335,7 +335,6 @@ void PlayerRadio::switchState(UCHAR toState, ULONG jumpFrame) { logger->log("PlayerRadio", Log::DEBUG, "Immediate play"); afeed.start(); - audio->sync(); audio->play(); } else // do prebuffering @@ -397,7 +396,6 @@ void PlayerRadio::restartAtFrame(ULONG newFrame) afeed.start(); threadStart(); audio->play(); - audio->sync(); audio->systemMuteOff(); audio->doMuting(); } @@ -483,7 +481,6 @@ void PlayerRadio::threadFeedLive() preBuffering = false; preBufferTotal = 0; - audio->sync(); audio->play(); afeed.start(); // unLock(); // thread will be locked by play until here