in intel_media_sdk_tutorial_041813/simple_2_decode example :
// Initialize the Media SDK decoder
sts = mfxDEC.Init(&mfxVideoParams);
it's return error -8 MFX_ERR_NOT_INITIALIZED? why? the code only windows? how solve it on linux?
Link Copied
Hi,
The Media SDK tutorial samples currently only support Windows.
We plan to release a new version on the Tutorial very soon which will support both Linux+Windows.
In the meantime, for Linux, please refer to the samples that are packaged with the SDK.
Regards,
Petter
This thread may have some info that could help: http://software.intel.com/en-us/forums/topic/479998
For more complete information about compiler optimizations, see our Optimization Notice.