shithub: openh264

Download patch

ref: ec94faf13ab084853c5ddaf3db83956716e47e06
parent: d3fab249b2c257e9899533d311207600b48f78f7
author: Martin Storsjö <martin@martin.st>
date: Fri Apr 11 05:54:11 EDT 2014

Remove an unused variable

--- a/codec/encoder/core/src/svc_motion_estimate.cpp
+++ b/codec/encoder/core/src/svc_motion_estimate.cpp
@@ -691,7 +691,6 @@
   uint8_t* pRefData = pRef->pData[0];
   const int32_t iRefStride = pRef->iLineSize[0];
   int32_t iIs16x16 = pScreenBlockFeatureStorage->iIs16x16;
-  bool bUseSum = (pScreenBlockFeatureStorage->uiFeatureStrategyIndex == 0);
   const int32_t iEdgeDiscard = (iIs16x16?16:8);//this is to save complexity of padding on pRef
   const int32_t iWidth = pRef->iWidthInPixel - iEdgeDiscard;
   const int32_t kiHeight = pRef->iHeightInPixel - iEdgeDiscard;