WMF: remove some debug output.
Task-number: QTBUG-37539 Change-Id: I5c2f232195de946dce04eb873ac381d0bb9e73b2 Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
a6e0dd525a
commit
4855707ed7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user