Commit daa308f8 authored by James Bowley's avatar James Bowley

Update obsolete flag in Intel video decoder.

Old flag resulted in software implementation being selected when the Intel decoder is not the primary adapter.
parent 8fd87033
......@@ -17,7 +17,7 @@ using namespace cv;
bool DeviceHandler::init(MFXVideoSession &session)
{
mfxStatus res = MFX_ERR_NONE;
mfxIMPL impl = MFX_IMPL_AUTO;
mfxIMPL impl = MFX_IMPL_AUTO_ANY;
mfxVersion ver = { {19, 1} };
res = session.Init(impl, &ver);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment