shithub: openh264

Download patch

ref: ce80db300c07d85e7a282704a039a31b5533b479
parent: 75f9b7ee3f5dba224c6c73e9808e2517e6429c7b
author: Guangwei Wang <guangwwa@cisco.com>
date: Fri Dec 29 11:11:25 EST 2017

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)