Fix compilation with -werror

Fix a last few warnings with multithread, arm, 32 bit

Change-Id: Ic7c67616c370d0ff87562a232fb1e5df0702dc86
This commit is contained in:
John Koleszar
2012-06-19 21:05:36 -07:00
parent 5daaa838a6
commit 6291dd4c2f
4 changed files with 26 additions and 21 deletions

View File

@@ -849,10 +849,10 @@ int vp8_decode_frame(VP8D_COMP *pbi)
#endif
#if CONFIG_MULTITHREAD
if (pbi->b_multithreaded_rd)
vp8mt_alloc_temp_buffers(pbi, pc->Width, prev_mb_rows);
#else
(void)prev_mb_rows;
#endif
frame_size_change = 1;
}