Remove accidentally enabled debug prints

This commit is contained in:
Cameron Gutman 2018-12-25 14:05:55 -08:00
parent 3b4694e9f8
commit 8612e6726d

View file

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