Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools from Intel. This includes Intel® oneAPI Video Processing Library and Intel® Media SDK.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

MFX_IMPL_RUNTIME

ME
New Contributor I
229 Views

re: 2014r2

Where is MFX_IMPL_RUNTIME defined?  Or, what is its value? 

File: ...\imdispatch\src\main.cpp

 103: {2, 6},  // MFX_IMPL_RUNTIME, same as MFX_IMPL_HARDWARE_ANY
 203:if (((MFX_IMPL_AUTO > implMethod) || (MFX_IMPL_RUNTIME < implMethod)) && !(impl & MFX_IMPL_AUDIO))
...................................................^
0 Kudos
2 Replies
ME
New Contributor I
229 Views
And MFX_IMPL_AUDIO.
ME
New Contributor I
229 Views
Please disregard. I found them after a few tries in mfx_common.h (think it was - I wound up sticking to the older, 2013r2; the new codec plugin APIs I don't need anytime soon).
Reply