Disable annoying stream stats prints

This commit is contained in:
Cameron Gutman 2018-10-02 20:12:53 -07:00
commit 9075f309ad

View file

@ -431,7 +431,7 @@ int FFmpegVideoDecoder::submitDecodeUnit(PDECODE_UNIT du)
// Flip stats windows roughly every second
if (m_ActiveWndVideoStats.receivedFrames == m_StreamFps) {
#ifdef QT_DEBUG
#if 0
VIDEO_STATS lastTwoWndStats = {};
addVideoStats(m_LastWndVideoStats, lastTwoWndStats);
addVideoStats(m_ActiveWndVideoStats, lastTwoWndStats);