Feature: Fix (unused) mVideoProxyBackendRun with block=true
This commit is contained in:
parent
237d502404
commit
f13a087b04
@ -229,7 +229,7 @@ bool mVideoProxyBackendRun(struct mVideoProxyBackend* proxy, bool block) {
|
||||
}
|
||||
ok = true;
|
||||
}
|
||||
} while (block);
|
||||
} while (block && !ok);
|
||||
return ok;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user