Quantcast
Channel: Intel® Software - Media
Viewing all articles
Browse latest Browse all 2185

windows 7 handles leak

$
0
0

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.

 


Viewing all articles
Browse latest Browse all 2185

Trending Articles