hi,
I need your help。
I download INDE Media SDK for Windows 6.0.0.388 and intel_media_sdk_2016, in win8 they goes well,but win7 handle keep increasing。
my code like this:
while(true)
{
...
MFXInit(m_session, &version);
....
MFXVideoENCODE_Init(m_session, &m_mfxEncParams);
...
MFXVideoENCODE_Close(m_session);
MFXClose(m_session);
Sleep(50);
}
loop open and close,it's wrong in the function MFXVideoENCODE_Init, in win7 handles can't be recovery and once add eight.
and I think maybe it's no problem in previou version, but I can't find the link to download. can you tell me.