mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-04 00:36:36 +00:00
Disable annoying stream stats prints
This commit is contained in:
parent
18d97e9f73
commit
9075f309ad
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user