Skip to content

Commit

Permalink
squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta authored and popcornmix committed Feb 27, 2016
1 parent c928cc5 commit c3328bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xbmc/cores/VideoPlayer/VideoPlayerVideo.cpp
Expand Up @@ -1159,10 +1159,7 @@ int CVideoPlayerVideo::CalcDropRequirement(double pts)
// for 10 cycles
if (m_droppingStats.m_lateFrames > 10 || iLateness < -2/m_fFrameRate)
{
if (m_droppingStats.m_dropRequests < 5)
{
result |= EOS_VERYLATE;
}
result |= EOS_VERYLATE;
m_droppingStats.m_dropRequests++;
}
}
Expand Down

0 comments on commit c3328bb

Please sign in to comment.