shithub: libvpx

Download patch

ref: 3ac73173a4c7e5be0a9846bc323699e7365c60ee
parent: 23aa13d92c6a36e7ef5f2f7b9d375edc9e44f423
parent: 64f3d91579278a504e5c085a3887e3f33b749627
author: Yaowu Xu <yaowu@google.com>
date: Tue Dec 14 08:32:04 EST 2010

Merge "fix a bug that "optimize" flag is not set for sub-threads"

--- a/vp8/encoder/ethreading.c
+++ b/vp8/encoder/ethreading.c
@@ -281,6 +281,7 @@
     z->vp8_short_fdct8x4     = x->vp8_short_fdct8x4;
     z->short_walsh4x4    = x->short_walsh4x4;
     z->quantize_b        = x->quantize_b;
+    z->optimize          = x->optimize;
 
     /*
     z->mvc              = x->mvc;
--