shithub: libvpx

Download patch

ref: 968291f556225f4c8ea62985c97a00339589a385
parent: 6c54dbcb69ddf98f3df98268615459afa5110f55
parent: 1480ba6f0a08c97f5035ff0c74cdd4181a44758c
author: James Zern <jzern@google.com>
date: Mon Jun 30 13:50:45 EDT 2014

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

--- a/vp9/decoder/vp9_thread.c
+++ b/vp9/decoder/vp9_thread.c
@@ -107,7 +107,6 @@
 }
 
 void vp9_worker_execute(VP9Worker* const worker) {
-  worker->had_error = 0;
   if (worker->hook != NULL) {
     worker->had_error |= !worker->hook(worker->data1, worker->data2);
   }