newest version of sleep patch

This commit is contained in:
Anthony Minessale
2016-09-26 14:09:55 -05:00
parent ea463a615e
commit 5e323ee97a
4 changed files with 5 additions and 9 deletions

View File

@@ -361,7 +361,7 @@ static void mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd,
if ((mb_col & (nsync - 1)) == 0) {
while (mb_col > (*last_row_current_mb_col - nsync)) {
x86_pause_hint();
thread_sleep(0);
thread_sleep(1);
}
}