shithub: openh264

Download patch

ref: 08c07e4b8fcf8abc86d56c5bba4c860d1fe99785
parent: 44013d4cd5d3efd3aa189d3271a02cd70da63e94
author: Martin Storsjö <martin@martin.st>
date: Fri Nov 7 06:12:51 EST 2014

Remove unused variables

This fixes warnings with clang and gcc.

--- a/codec/decoder/core/src/rec_mb.cpp
+++ b/codec/decoder/core/src/rec_mb.cpp
@@ -214,8 +214,6 @@
 
   int32_t iBlkWidthChroma = iBlkWidth >> 1;
   int32_t iBlkHeightChroma = iBlkHeight >> 1;
-  int32_t iPicWidthChroma = pMCRefMem->iPicWidth >> 1;
-  int32_t iPicHeightChroma = pMCRefMem->iPicHeight >> 1;
 
   uint8_t* pSrcY = pMCRefMem->pSrcY + iSrcPixOffsetLuma;
   uint8_t* pSrcU = pMCRefMem->pSrcU + iSrcPixOffsetChroma;