shithub: libvpx

Download patch

ref: 0e361fb8954f7f86e8ef867c72eb1e06a663eef3
parent: 8700c61610d22acbb27fc5355f2603cfff3c0177
parent: dbdff12b81a8364555921492b38e6199e7ae2f04
author: James Zern <[email protected]>
date: Fri Aug 29 10:07:37 EDT 2014

Merge "vp9: sync workers at the start of decode_tiles_mt()"

--- a/vp9/decoder/vp9_decodeframe.c
+++ b/vp9/decoder/vp9_decodeframe.c
@@ -996,6 +996,7 @@
 
   // Reset tile decoding hook
   for (n = 0; n < num_workers; ++n) {
+    winterface->sync(&pbi->tile_workers[n]);
     pbi->tile_workers[n].hook = (VP9WorkerHook)tile_worker_hook;
   }