Merge "vp8 temporal_filter: ignore return value"

This commit is contained in:
Johann Koenig
2018-03-12 20:56:30 +00:00
committed by Gerrit Code Review

View File

@@ -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? */