shithub: openh264

Download patch

ref: 87e81a7a407688945d66242506ca9f0369bb003d
parent: dd021b6ca8323ee5260db8574563c4dad57fd96c
author: Karina <ruil2@cisco.com>
date: Wed Jun 1 04:21:03 EDT 2016

use the same name to avoid confusing.

--- a/codec/encoder/core/src/encoder_ext.cpp
+++ b/codec/encoder/core/src/encoder_ext.cpp
@@ -3472,7 +3472,7 @@
       }
       WelsLog (& (pCtx->sLogCtx), WELS_LOG_DEBUG,
                  "[Rc] Frame timestamp = %lld, iDid = %d,skip one frame due to target_br, continual skipped %d frames",
-                 uiTimeStamp, pSpatialIndexMap->iDid, pCtx->pWelsSvcRc[pSpatialIndexMap->iDid].iContinualSkipFrames);
+                 uiTimeStamp, iCurDid, pCtx->pWelsSvcRc[iCurDid].iContinualSkipFrames);
     }
 
   } else {