mirror of
https://github.com/opencv/opencv.git
synced 2025-06-17 15:20:51 +08:00
Merge pull request #14775 from cudawarped:master
This commit is contained in:
commit
01a41d86bc
@ -17,7 +17,7 @@ using namespace cv;
|
|||||||
bool DeviceHandler::init(MFXVideoSession &session)
|
bool DeviceHandler::init(MFXVideoSession &session)
|
||||||
{
|
{
|
||||||
mfxStatus res = MFX_ERR_NONE;
|
mfxStatus res = MFX_ERR_NONE;
|
||||||
mfxIMPL impl = MFX_IMPL_AUTO;
|
mfxIMPL impl = MFX_IMPL_AUTO_ANY;
|
||||||
mfxVersion ver = { {19, 1} };
|
mfxVersion ver = { {19, 1} };
|
||||||
|
|
||||||
res = session.Init(impl, &ver);
|
res = session.Init(impl, &ver);
|
||||||
|
Loading…
Reference in New Issue
Block a user