mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Remove accidentally enabled debug prints
This commit is contained in:
@@ -494,7 +494,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) {
|
||||||
#if 1
|
#if 0
|
||||||
VIDEO_STATS lastTwoWndStats = {};
|
VIDEO_STATS lastTwoWndStats = {};
|
||||||
addVideoStats(m_LastWndVideoStats, lastTwoWndStats);
|
addVideoStats(m_LastWndVideoStats, lastTwoWndStats);
|
||||||
addVideoStats(m_ActiveWndVideoStats, lastTwoWndStats);
|
addVideoStats(m_ActiveWndVideoStats, lastTwoWndStats);
|
||||||
|
|||||||
Reference in New Issue
Block a user