[host] fixed incorrect checking of difference map

This commit is contained in:
Geoffrey McRae
2017-12-06 00:14:45 +11:00
parent 2d5b633397
commit 51bc7631ab
2 changed files with 12 additions and 8 deletions

View File

@@ -57,8 +57,8 @@ namespace Capture
DWORD m_maxCaptureWidth, m_maxCaptureHeight;
NvFBCToSys * m_nvFBC;
void * m_frameBuffer;
void * m_diffMap;
uint8_t * m_frameBuffer;
uint8_t * m_diffMap;
NvFBCFrameGrabInfo m_grabInfo;
NVFBC_TOSYS_GRAB_FRAME_PARAMS m_grabFrameParams;
};