whitespace cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27600 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4ce1e1d2e4
commit
eef7a6772e
@ -434,7 +434,7 @@ MixerCore::MixThread()
|
||||
|
||||
/* We must read from the input buffer at a position (pos) that is always a multiple of fMixBufferFrameCount.
|
||||
*/
|
||||
int64 temp = frames_for_duration(fMixBufferFrameRate, start );
|
||||
int64 temp = frames_for_duration(fMixBufferFrameRate, start);
|
||||
frame_base = ((temp / fMixBufferFrameCount) + 1) * fMixBufferFrameCount;
|
||||
time_base = duration_for_frames(fMixBufferFrameRate, frame_base);
|
||||
Unlock();
|
||||
|
Loading…
Reference in New Issue
Block a user