revert the part of the previous checkin that completely broke video seeking (however, the current state is hardly working at all)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21444 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2007-06-17 21:02:50 +00:00
parent beb89275f5
commit 84371c1446
1 changed files with 2 additions and 2 deletions

View File

@ -522,8 +522,8 @@ Controller::SetPosition(float value)
fSeekToStartAfterPause = false; fSeekToStartAfterPause = false;
release_sem(fAudioWaitSem); // release_sem(fAudioWaitSem);
release_sem(fVideoWaitSem); // release_sem(fVideoWaitSem);
} }