Merge "Revert "Fix a bug in VP9Worker which leads to unit test hang.""
This commit is contained in:
commit
968291f556
@ -107,7 +107,6 @@ int vp9_worker_reset(VP9Worker* const worker) {
|
||||
}
|
||||
|
||||
void vp9_worker_execute(VP9Worker* const worker) {
|
||||
worker->had_error = 0;
|
||||
if (worker->hook != NULL) {
|
||||
worker->had_error |= !worker->hook(worker->data1, worker->data2);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user