Skip to content

Commit c65990e

Browse files
FurongZhanggfxVPLsdm
authored andcommitted
[VP] Return SR status
1 parent 3e87c3d commit c65990e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_studio/mfx_lib/vpp/src/mfx_vpp_hw.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4838,6 +4838,8 @@ mfxStatus VideoVPPHW::SyncTaskSubmission(DdiTask* pTask)
48384838
else
48394839
{
48404840
sts = (*m_ddi)->Execute(&execParams);
4841+
// VPL query driver stautus and get back
4842+
m_executeParams.srGetParams = execParams.srGetParams;
48414843
}
48424844

48434845
if (sts != MFX_ERR_NONE)

0 commit comments

Comments
 (0)