Merge pull request #1587 from mstorsjo/msvc-warnings
Don't implicitly convert int to bool
This commit is contained in:
commit
91ae2dab7a
@ -127,7 +127,7 @@ static inline int32_t DecodeFrameConstruction (PWelsDecoderContext pCtx, uint8_t
|
||||
WelsLog (& (pCtx->sLogCtx), WELS_LOG_INFO, "DecodeFrameConstruction():New sequence detected, but freezed.");
|
||||
}
|
||||
}
|
||||
UpdateDecStat (pCtx, pDstInfo->iBufferStatus);
|
||||
UpdateDecStat (pCtx, pDstInfo->iBufferStatus != 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user