[host] fix compiler warnings

This commit is contained in:
Geoffrey McRae
2018-07-28 06:29:34 +10:00
parent 354bef94ee
commit eba99f6968
2 changed files with 5 additions and 5 deletions

View File

@@ -359,7 +359,7 @@ bool MFT::H264::GetFrame(void * buffer, const size_t bufferSize, unsigned int &
outDataBuffer.pSample->ConvertToContiguousBuffer(&mb);
BYTE *pixels;
DWORD maxLen, curLen;
DWORD curLen;
mb->Lock(&pixels, NULL, &curLen);
memcpy(buffer, pixels, curLen);
mb->Unlock();