Skip to content

Commit

Permalink
Revert "[Encode] Change vaSyncSurface from Raw to Recon " (#5775)
Browse files Browse the repository at this point in the history
This reverts commit b89476f

Co-authored-by: pinglux <[email protected]>
  • Loading branch information
gfxVPLsdm and pinglux authored Sep 7, 2023
1 parent aea63d4 commit c068b82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ void VAPacker::SubmitTask(const FeatureBlocks& blocks, TPushST Push)
}
}

SetFeedback(task.StatusReportId, task.Rec.Idx, GetResources(RES_BS).at(task.BS.Idx));
SetFeedback(task.StatusReportId, *(VASurfaceID*)task.HDLRaw.first, GetResources(RES_BS).at(task.BS.Idx));

return MFX_ERR_NONE;
});
Expand Down

0 comments on commit c068b82

Please sign in to comment.