shithub: openh264

Download patch

ref: 9015bd40494a1cf6e655f0648be90cff5f0d0d0a
parent: 21e3e81536aa95f61eb439509964a6a9337df11f
author: ruil2 <[email protected]>
date: Sat Jul 5 13:08:38 EDT 2014

fix typo

--- a/codec/encoder/core/src/ratectl.cpp
+++ b/codec/encoder/core/src/ratectl.cpp
@@ -552,7 +552,7 @@
     if (pWelsSvcRc->iRemainingWeights > pTOverRc->iTlayerWeight)
       pWelsSvcRc->iTargetBits = (int32_t) ((int64_t)pWelsSvcRc->iRemainingBits * pTOverRc->iTlayerWeight /
                                            pWelsSvcRc->iRemainingWeights);
-    else //this case should be hit. needs to more test case to verify this
+    else //this case should be not hit. needs to more test case to verify this
       pWelsSvcRc->iTargetBits = pWelsSvcRc->iRemainingBits;
     if ((pWelsSvcRc->iTargetBits <= 0) && (pEncCtx->pSvcParam->iRCMode == RC_LOW_BW_MODE)) {
       pWelsSvcRc->iCurrentBitsLevel = BITS_EXCEEDED;