From 3e17a922dd6ea99464674795eb82ccf91eacd42a Mon Sep 17 00:00:00 2001 From: luleilei1 Date: Wed, 25 Dec 2024 01:22:38 +0000 Subject: [PATCH] Revert "correct scheduler timeout setting " This reverts commit ed6ac53539d8040c0dea9f1f81314bef17e02dd8 --- .../scheduler/linux/src/mfx_scheduler_core_ischeduler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_studio/mfx_lib/scheduler/linux/src/mfx_scheduler_core_ischeduler.cpp b/_studio/mfx_lib/scheduler/linux/src/mfx_scheduler_core_ischeduler.cpp index 4d69f1e8c1..21a735604c 100644 --- a/_studio/mfx_lib/scheduler/linux/src/mfx_scheduler_core_ischeduler.cpp +++ b/_studio/mfx_lib/scheduler/linux/src/mfx_scheduler_core_ischeduler.cpp @@ -184,7 +184,7 @@ mfxStatus mfxSchedulerCore::Synchronize(mfxTaskHandle handle, mfxU32 timeToWait) mfxStatus task_sts = MFX_ERR_NONE; - mfx::TimerMs timer((mfxU64)timeToWait); + mfx::TimerMs timer((mfxU64)timeToWait * 1000); while (MFX_WRN_IN_EXECUTION == pTask->opRes) {