Transition Guide
Visible to Intel only — GUID: GUID-7E2A087F-B34B-46E9-8FFA-5961CD31C2DD
Using Fused Decode + VPP
A new oneVPL feature that is not found in Intel® Media SDK is a combined decode and VPP function:
MFXVideoDECODE_VPP_DecodeFrameAsync(session, (isDraining) ? NULL : &bitstream, NULL, 0, &outSurfaces);
For more information, refer to the hello-decvpp example.