Software Archive
Read-only legacy content
17061 Discussions

sample_decode erro~~help me~

cgy_c_
Beginner
453 Views

thanks,

      i use the sdk to decode h264. when i run the sample_decode whith the parameter "./sample_decode h264 -i test.264 -rgb4 -o out.rgb"

will get an error when the program over, and i take an breakpoint to trace it. it occur in

mfxstatus MFXVideoSession::Close(void) {

     mfxStatus mfxRes = MFXCLose(m_session):m_session = (mfxSession)0;

     return mfxRes;

  but ,if no paramets "-rgb4" this error will never occur, please help me ,thanks very much!
 

 system :Windows 10

visual stdio 2012

0 Kudos
1 Reply
Georg_Z_Intel
Employee
453 Views

Hello,

from what you wrote this seems to be solely related to the sample application. I don't see a relation to debug solutions (i.e. debugger). We don't deliver a debugger for C/C++ for VS IDE - the normal Microsoft VS debugger is used in your case.

Please provide more information reg. the sample application and the errors you see.

Best regards,

Georg Zitzlsberger

0 Kudos
Reply