From 8612e6726d543553224558abc81ae017f79c425e Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 25 Dec 2018 14:05:55 -0800 Subject: [PATCH] Remove accidentally enabled debug prints --- app/streaming/video/ffmpeg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/streaming/video/ffmpeg.cpp b/app/streaming/video/ffmpeg.cpp index c3159ba7..b4470f9b 100644 --- a/app/streaming/video/ffmpeg.cpp +++ b/app/streaming/video/ffmpeg.cpp @@ -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);