]> git.vomp.tv Git - vompclient-marten.git/commitdiff
*** empty log message ***
authorChris Tallon <chris@vomp.tv>
Sun, 19 Nov 2006 19:44:30 +0000 (19:44 +0000)
committerChris Tallon <chris@vomp.tv>
Sun, 19 Nov 2006 19:44:30 +0000 (19:44 +0000)
playerradio.cc

index 417c7d2464b511b5e6fd75c258ac4acc4bfd0241..690c3bff61834d2ad039097c373fadc876239ac7 100644 (file)
@@ -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