Disable annoying stream stats prints
This commit is contained in:
parent
18d97e9f73
commit
9075f309ad
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ int FFmpegVideoDecoder::submitDecodeUnit(PDECODE_UNIT du)
|
|||
|
||||
// Flip stats windows roughly every second
|
||||
if (m_ActiveWndVideoStats.receivedFrames == m_StreamFps) {
|
||||
#ifdef QT_DEBUG
|
||||
#if 0
|
||||
VIDEO_STATS lastTwoWndStats = {};
|
||||
addVideoStats(m_LastWndVideoStats, lastTwoWndStats);
|
||||
addVideoStats(m_ActiveWndVideoStats, lastTwoWndStats);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue