add win 64 warnings remove

This commit is contained in:
Haibo Zhu
2014-06-18 23:50:48 -07:00
parent 0dcb7584b5
commit daf67d607f
14 changed files with 54 additions and 38 deletions

View File

@@ -177,7 +177,7 @@ int32_t WelsEncodeNal (SWelsNalRaw* pRawNal, void* pNalHeaderExt, const int32_t
}
/* count length of NAL Unit */
iNalLength = pDstPointer - pDstStart;
iNalLength = (int32_t) (pDstPointer - pDstStart);
if (NULL != pDstLen)
*pDstLen = iNalLength;