Skip to content
Snippets Groups Projects
Commit f8476424 authored by Hangyu Kuang's avatar Hangyu Kuang Committed by Gerrit Code Review
Browse files

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

parents dee5782f 34b2ce15
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ 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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment