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