]> granicus.if.org Git - libvpx/commitdiff
remove unused variable warning
authorJohann <johannkoenig@google.com>
Mon, 24 Oct 2011 23:33:45 +0000 (16:33 -0700)
committerJohann <johannkoenig@google.com>
Mon, 24 Oct 2011 23:33:45 +0000 (16:33 -0700)
Change-Id: I4fcd6e4656d9823aead941616cd63501aecbd6e2

vp8/encoder/ethreading.c

index c4e12ff024905686017ab934341dbe543579afda..748942b23124a1415ef37e9b740d728b5401b538 100644 (file)
@@ -84,7 +84,6 @@ THREAD_FUNCTION thread_encoding_proc(void *p_data)
             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;