Skip to content

Commit

Permalink
Revert "correct scheduler timeout setting "
Browse files Browse the repository at this point in the history
This reverts commit ed6ac53
  • Loading branch information
luleilei1 authored and gfxVPLsdm committed Dec 25, 2024
1 parent 86f5ad1 commit 3e17a92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ mfxStatus mfxSchedulerCore::Synchronize(mfxTaskHandle handle, mfxU32 timeToWait)

mfxStatus task_sts = MFX_ERR_NONE;

mfx::TimerMs<mfxU64> timer((mfxU64)timeToWait);
mfx::TimerMs<mfxU64> timer((mfxU64)timeToWait * 1000);

while (MFX_WRN_IN_EXECUTION == pTask->opRes)
{
Expand Down

0 comments on commit 3e17a92

Please sign in to comment.