- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
In some rare cases it is possible that EVR presenter is trying to call the callback during the destruction / cleanup phase.
hr = m_pCallback->PresentImage(m_iVideoWidth, m_iVideoHeight, m_iARX,m_iARY, (DWORD)(IDirect3DTexture9*)pTexture, (DWORD)(IDirect3DSurface9*)pSurface);
http://mantis.team-mediaportal.com/view.php?id=2846
Open the issue in Mantis...
hr = m_pCallback->PresentImage(m_iVideoWidth, m_iVideoHeight, m_iARX,m_iARY, (DWORD)(IDirect3DTexture9*)pTexture, (DWORD)(IDirect3DSurface9*)pSurface);
http://mantis.team-mediaportal.com/view.php?id=2846
Open the issue in Mantis...