shithub: openh264

Download patch

ref: 00948873fbd5f3ab46c1a3f45ee0ab3211c389ed
parent: 33fe2b5883ce776e7c4fec88a049531d7785e491
author: lyao2 <lyao2@LYAO2-WS01.cisco.com>
date: Mon Jan 27 12:29:24 EST 2014

fix spell error of RcInitGoomParameters

--- a/codec/encoder/core/src/ratectl.cpp
+++ b/codec/encoder/core/src/ratectl.cpp
@@ -501,7 +501,7 @@
 }
 
 
-void RcInitGoomParameters (sWelsEncCtx* pEncCtx) {
+void RcInitGomParameters (sWelsEncCtx* pEncCtx) {
   SWelsSvcRc* pWelsSvcRc			= &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId];
   SRCSlicing* pSOverRc				= &pWelsSvcRc->pSlicingOverRc[0];
   const int32_t kiSliceNum			= pWelsSvcRc->iSliceNum;
@@ -784,7 +784,7 @@
     RcCalculatePictureQp (pEncCtx);
   }
   RcInitSliceInformation (pEncCtx);
-  RcInitGoomParameters (pEncCtx);
+  RcInitGomParameters (pEncCtx);
 
 }