remove unused variable warning

Change-Id: I4fcd6e4656d9823aead941616cd63501aecbd6e2
This commit is contained in:
Johann 2011-10-24 16:33:45 -07:00
parent f182376dd6
commit a82cc0205d

View 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;