intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
262 stars 80 forks source link

MFXLoad support in C++ interface is missing #23

Closed mshabunin closed 2 years ago

mshabunin commented 2 years ago

In order to transition to the new recommended oneVPL dispatcher interface users of MFXVideoSession C++ wrapper class should completely rewrite parts of their code. C-interface users only need to replace one or two blocks of code. Adding extra method(s) wrapping calls to MFXLoad/MFXCreateConfig/... to the mentioned class would smoothen the transition for C++-users.

jeffreymcallister commented 2 years ago

Implemented in 0e2c4df2167d8646f6c5f3026bea155a05aeb79d Replace MFXInit/Ex in mfxvideo++ init with MFXLoad