projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f182376
)
remove unused variable warning
author
Johann
<johannkoenig@google.com>
Mon, 24 Oct 2011 23:33:45 +0000
(16:33 -0700)
committer
Johann
<johannkoenig@google.com>
Mon, 24 Oct 2011 23:33:45 +0000
(16:33 -0700)
Change-Id: I4fcd6e4656d9823aead941616cd63501aecbd6e2
vp8/encoder/ethreading.c
patch
|
blob
|
history
diff --git
a/vp8/encoder/ethreading.c
b/vp8/encoder/ethreading.c
index c4e12ff024905686017ab934341dbe543579afda..748942b23124a1415ef37e9b740d728b5401b538 100644
(file)
--- a/
vp8/encoder/ethreading.c
+++ b/
vp8/encoder/ethreading.c
@@
-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;