Hi there,
I started to code a new VC (DLL) project with Intel Media SDK 2014. When I run debug build of this DLL with test program and break into it, I see most of variable values, but those who are defined by Intel (e.g. mfxVideoParam and mfxFrameSurface1) are not at all. Does anyone see this problem or know how to fix this?
My theory is that this is because the definitions are actually compiled into static library (libmfxmd.lib) but the debug information is not available to us. This is just a guess and I did not get such deeper, though.
Thanks.
-Hiroshi