Skip to content

Commit

Permalink
debug: Include drop/skip counts in log
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Mar 5, 2016
1 parent 12daa0e commit be684f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/VideoPlayer/VideoPlayerVideo.cpp
Expand Up @@ -226,6 +226,7 @@ void CVideoPlayerVideo::CloseStream(bool bWaitForBuffers)
CDVDCodecUtils::FreePicture(m_pTempOverlayPicture);
m_pTempOverlayPicture = NULL;
}
CLog::Log(LOGDEBUG, "CVideoPlayerVideo::CloseStream - drop:%d skip:%d", m_iDroppedFrames, m_renderManager.GetSkippedFrames());
}

bool CVideoPlayerVideo::AcceptsData() const
Expand Down

0 comments on commit be684f7

Please sign in to comment.