ref: 302c64ee15c07ce967ae7f703c445387734ddb65
parent: 96a73c29cdbf7f2e261691485dfa4d0016a279f4
parent: ce80db300c07d85e7a282704a039a31b5533b479
author: sijchen <sijchen@cisco.com>
date: Wed Jan 3 08:03:48 EST 2018
Merge pull request #2894 from GuangweiWang/fix-issue-external delete unused value
--- a/codec/decoder/core/src/fmo.cpp
+++ b/codec/decoder/core/src/fmo.cpp
@@ -126,8 +126,6 @@
// the cases we would not like
WELS_VERIFY_RETURN_IF (ERR_INFO_INVALID_PARAM, (NULL == pFmo || NULL == kpPps))
- iNumMb = pFmo->iCountMbNum;
-
iNumMb = kiMbWidth * kiMbHeight;
if (0 == iNumMb)