diff --git a/xbmc/cores/VideoPlayer/VideoPlayerVideo.cpp b/xbmc/cores/VideoPlayer/VideoPlayerVideo.cpp index a976e4fa8a1d6..3d352eb00bc58 100644 --- a/xbmc/cores/VideoPlayer/VideoPlayerVideo.cpp +++ b/xbmc/cores/VideoPlayer/VideoPlayerVideo.cpp @@ -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