Merge "vp8 temporal_filter: ignore return value"
This commit is contained in:
@@ -159,6 +159,7 @@ static int vp8_temporal_filter_find_matching_mb_c(VP8_COMP *cpi,
|
||||
bestsme =
|
||||
vp8_hex_search(x, b, d, &best_ref_mv1_full, &d->bmi.mv, step_param, sadpb,
|
||||
&cpi->fn_ptr[BLOCK_16X16], NULL, NULL, &best_ref_mv1);
|
||||
(void)bestsme; // Ignore unused return value.
|
||||
|
||||
#if ALT_REF_SUBPEL_ENABLED
|
||||
/* Try sub-pixel MC? */
|
||||
|
Reference in New Issue
Block a user