Fixed pause, seek, unpause freeze.

CQTexperiment
vspader 2006-04-13 02:55:42 +00:00
parent 8835396171
commit 9377d8647e
1 changed files with 2 additions and 0 deletions

View File

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