ref: a82cc0205dd6227c2a10e0bff8b11aa1c6da0652
parent: f182376dd61bda9481309eb94050c8e85f6fa5b0
author: Johann <johannkoenig@google.com>
date: Mon Oct 24 12:33:45 EDT 2011
remove unused variable warning Change-Id: I4fcd6e4656d9823aead941616cd63501aecbd6e2
--- a/vp8/encoder/ethreading.c
+++ b/vp8/encoder/ethreading.c
@@ -84,7 +84,6 @@
for (mb_row = ithread + 1; mb_row < cm->mb_rows; mb_row += (cpi->encoding_thread_count + 1))
{
- int i;
int recon_yoffset, recon_uvoffset;
int mb_col;
int ref_fb_idx = cm->lst_fb_idx;
--
⑨