Transition Guide
Upgrading from Intel® Media SDK to Intel® oneAPI Video Processing Library
ID
766165
Date
8/11/2021
Public
A newer version of this document is available. Customers should click here to go to the newest version.
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.