Removed left-over debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38501 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-09-01 17:56:51 +00:00
parent 1a2e8aeeaf
commit b6aa6d0da3
@@ -550,9 +550,9 @@ MediaTrackAudioSupplier::_ReadUncachedFrames(void* buffer, int64 position,
if (frames > 0) { if (frames > 0) {
error = _SeekToKeyFrameBackward(currentPos); error = _SeekToKeyFrameBackward(currentPos);
TRACE("_ReadUncachedFrames() - seeked to position: %lld\n", currentPos); TRACE("_ReadUncachedFrames() - seeked to position: %lld\n", currentPos);
if (position - currentPos > 100000) // if (position - currentPos > 100000)
printf("MediaTrackAudioSupplier::_ReadUncachedFrames() - " // printf("MediaTrackAudioSupplier::_ReadUncachedFrames() - "
"keyframe was far away: %lld -> %lld\n", position, currentPos); // "keyframe was far away: %lld -> %lld\n", position, currentPos);
} }
// read the frames // read the frames
// TODO: Calculate timeout, 0.25 times duration of "frames" seems good. // TODO: Calculate timeout, 0.25 times duration of "frames" seems good.