Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[rbp] changed omxplayer sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
huceke committed Jul 7, 2012
1 parent e41b002 commit 9e56f42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xbmc/cores/omxplayer/OMXPlayerVideo.cpp
Expand Up @@ -439,10 +439,8 @@ void OMXPlayerVideo::Output(int iGroupId, double pts, bool bDropPacket)
double pts_media = m_av_clock->OMXMediaTime();
ProcessOverlays(iGroupId, pts_media);

/*
while(!CThread::m_bStop && m_av_clock->GetAbsoluteClock(false) < (iCurrentClock + iSleepTime + DVD_MSEC_TO_TIME(500)) )
Sleep(1);
*/

g_renderManager.FlipPage(CThread::m_bStop, (iCurrentClock + iSleepTime) / DVD_TIME_BASE, -1, FS_NONE);

Expand Down

0 comments on commit 9e56f42

Please sign in to comment.