WMF: remove some debug output.
authorYoann Lopes <yoann.lopes@digia.com>
Mon, 17 Mar 2014 12:40:04 +0000 (13:40 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 18 Mar 2014 13:47:53 +0000 (14:47 +0100)
Task-number: QTBUG-37539
Change-Id: I5c2f232195de946dce04eb873ac381d0bb9e73b2
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
src/plugins/wmf/player/mfvideorenderercontrol.cpp

index e10cebb..a28dcca 100644 (file)
@@ -1392,7 +1392,9 @@ namespace
                     m_bufferCache.pop_front();
                     if (timeOK && currentTime > sb.m_time) {
                         sb.m_buffer->Release();
+#ifdef DEBUG_MEDIAFOUNDATION
                         qDebug() << "currentPresentTime =" << float(currentTime / 10000) * 0.001f << " and sampleTime is" << float(sb.m_time / 10000) * 0.001f;
+#endif
                         continue;
                     }
                     m_scheduledBuffer = sb.m_buffer;