ref: c5ee5f8f05dfd2fc2181d872888898cf3c0808c6
parent: 14f6c4fa72159fa9353722ef029e68c9beabbe82
author: Martin Storsjö <[email protected]>
date: Mon Jan 13 07:11:37 EST 2014
Remove an unused variable
--- a/codec/common/deblocking_common.cpp
+++ b/codec/common/deblocking_common.cpp
@@ -133,7 +133,7 @@
}
void_t DeblockChromaEq4_c (uint8_t* pPixCb, uint8_t* pPixCr, int32_t iStrideX, int32_t iStrideY, int32_t iAlpha,
int32_t iBeta) {
- int32_t i = 0, d = 0;
+ int32_t d = 0;
int32_t p0, p1, q0, q1;
bool_t bDetaP0Q0, bDetaP1P0, bDetaQ1Q0;
for (int32_t i = 0; i < 8; i++) {