Fixed pause, seek, unpause freeze.

This commit is contained in:
vspader 2006-04-13 02:55:42 +00:00
parent 8835396171
commit 9377d8647e

View file

@ -42,7 +42,9 @@
if (availOutput == 0)
{
[writeLock unlock];
[semaphore wait];
[writeLock lock];
}
else
{