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 Apr 3, 2020
1 parent 61b69c7 commit b1d75fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/VideoPlayer/VideoPlayerVideo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ void CVideoPlayerVideo::CloseStream(bool bWaitForBuffers)
m_picture.videoBuffer->Release();
m_picture.videoBuffer = nullptr;
}
CLog::Log(LOGDEBUG, "CVideoPlayerVideo::CloseStream - drop:%d skip:%d", m_iDroppedFrames, m_renderManager.GetSkippedFrames());
}

bool CVideoPlayerVideo::AcceptsData() const
Expand Down

0 comments on commit b1d75fe

Please sign in to comment.