From b00cbc6de8f2ed6e35b57ea5f97ada4aa66a49e9 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sun, 19 Nov 2006 19:44:30 +0000 Subject: [PATCH] *** empty log message *** --- playerradio.cc | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.2