Merge "vp9: sync workers at the start of decode_tiles_mt()"
This commit is contained in:
commit
0e361fb895
@ -996,6 +996,7 @@ static const uint8_t *decode_tiles_mt(VP9Decoder *pbi,
|
|||||||
|
|
||||||
// Reset tile decoding hook
|
// Reset tile decoding hook
|
||||||
for (n = 0; n < num_workers; ++n) {
|
for (n = 0; n < num_workers; ++n) {
|
||||||
|
winterface->sync(&pbi->tile_workers[n]);
|
||||||
pbi->tile_workers[n].hook = (VP9WorkerHook)tile_worker_hook;
|
pbi->tile_workers[n].hook = (VP9WorkerHook)tile_worker_hook;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user