Merge "Revert "Fix a bug in VP9Worker which leads to unit test hang.""

This commit is contained in:
James Zern 2014-06-30 17:50:45 -07:00 committed by Gerrit Code Review
commit 968291f556

View File

@ -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);
}