Fix compilation with -werror
Fix a last few warnings with multithread, arm, 32 bit Change-Id: Ic7c67616c370d0ff87562a232fb1e5df0702dc86
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user