Skip to content

Commit

Permalink
OMXPlayerVideo: adapt to change in FlipPage
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed May 5, 2013
1 parent 4b881bf commit acd8b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/omxplayer/OMXPlayerVideo.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ void OMXPlayerVideo::Output(int iGroupId, double pts, bool bDropPacket)
m_LastOutputTime = pts_overlay; m_LastOutputTime = pts_overlay;


double timestamp = (CDVDClock::GetAbsoluteClock(false) + (bufferlevel+1) * iFrameDuration) / DVD_TIME_BASE; double timestamp = (CDVDClock::GetAbsoluteClock(false) + (bufferlevel+1) * iFrameDuration) / DVD_TIME_BASE;
g_renderManager.FlipPage(CThread::m_bStop, timestamp, -1, FS_NONE); g_renderManager.FlipPage(CThread::m_bStop, timestamp, 0.0, -1, FS_NONE);
} }


void OMXPlayerVideo::Process() void OMXPlayerVideo::Process()
Expand Down

0 comments on commit acd8b3a

Please sign in to comment.