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:
parent
1a2e8aeeaf
commit
b6aa6d0da3
@ -550,9 +550,9 @@ MediaTrackAudioSupplier::_ReadUncachedFrames(void* buffer, int64 position,
|
||||
if (frames > 0) {
|
||||
error = _SeekToKeyFrameBackward(currentPos);
|
||||
TRACE("_ReadUncachedFrames() - seeked to position: %lld\n", currentPos);
|
||||
if (position - currentPos > 100000)
|
||||
printf("MediaTrackAudioSupplier::_ReadUncachedFrames() - "
|
||||
"keyframe was far away: %lld -> %lld\n", position, currentPos);
|
||||
// if (position - currentPos > 100000)
|
||||
// printf("MediaTrackAudioSupplier::_ReadUncachedFrames() - "
|
||||
// "keyframe was far away: %lld -> %lld\n", position, currentPos);
|
||||
}
|
||||
// read the frames
|
||||
// TODO: Calculate timeout, 0.25 times duration of "frames" seems good.
|
||||
|
Loading…
Reference in New Issue
Block a user