shithub: openh264

Download patch

ref: 2791929e03294a4e6b23d2f102e2c073f21182cb
parent: b6b7bb76808307a7fa49e024e685e395f924dc88
parent: 110ce9ceca9ec885ac63f4be12fbfc0087536c16
author: Ethan Hugg <ethanhugg@gmail.com>
date: Mon Jul 14 03:54:54 EDT 2014

Merge pull request #1167 from mstorsjo/remove-unused-variable

Remove an unused variable

--- a/codec/encoder/core/src/ratectl.cpp
+++ b/codec/encoder/core/src/ratectl.cpp
@@ -1001,7 +1001,6 @@
 
 void WelRcPictureInitBufferBasedQp (void* pCtx) {
   sWelsEncCtx* pEncCtx = (sWelsEncCtx*)pCtx;
-  SWelsSvcRc* pWelsSvcRc = &pEncCtx->pWelsSvcRc[pEncCtx->uiDependencyId];
   SVAAFrameInfo* pVaa			= static_cast<SVAAFrameInfo*> (pEncCtx->pVaa);
 
   int32_t iMinQp = MIN_SCREEN_QP;