Disable annoying stream stats prints

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

View File

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