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

This commit is contained in:
James Zern 2014-08-29 14:07:37 -07:00 committed by Gerrit Code Review
commit 0e361fb895

View File

@ -996,6 +996,7 @@ static const uint8_t *decode_tiles_mt(VP9Decoder *pbi,
// 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;
}