I downloaded the Intel® Media SDK Interoperability sample from developer zone(https://software.intel.com/en-us/articles/opencl-and-intel-media-sdk), wondering how to use Intel® Media SDK and OpenCL™ technology together for efficient video decoding and fast post-processing. But saddly, the running program came up with such a result:
In the sample code file pipeline_decode.cpp, the code of 433 line:
- sts = MFXVideoUSER_Register(m_mfxSession, MFX_PLUGINTYPE_VIDEO_GENERAL, &pluginAdapter);
returned a state value : "MFX_ERR_UNSPPORTED".
I feel quite confused because I have read the "README.TEXT" and installed all the required software:
Microsoft DirectX* SDK June 2010
Intel OpenCL implementation for target hardware set
and VS2010/VS2013.
But Intel® Media SDK Interoperability sample run successfully on my computer still can not run successfuly on my computer.
This is my Intel graphic driver edition:10.18.10.3496.(2014/3/11)
Could anyone kindly help me with this problem?