Fixed pause, seek, unpause freeze.
This commit is contained in:
parent
8835396171
commit
9377d8647e
1 changed files with 2 additions and 0 deletions
|
@ -42,7 +42,9 @@
|
|||
|
||||
if (availOutput == 0)
|
||||
{
|
||||
[writeLock unlock];
|
||||
[semaphore wait];
|
||||
[writeLock lock];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue