From: Adrian Grange Date: Thu, 13 Sep 2012 18:37:55 +0000 (-0700) Subject: Removed redundant line. X-Git-Tag: v1.3.0~1217^2~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1210c6aeddbe7a042a52311050b0397c473f89e;p=libvpx Removed redundant line. Removed spurious line that has no effect. Change-Id: I9dc90babbbfcaca049d4a40dc996edc7de123e01 --- diff --git a/vp8/encoder/rdopt.c b/vp8/encoder/rdopt.c index b7dd2dd73..49f5b99b1 100644 --- a/vp8/encoder/rdopt.c +++ b/vp8/encoder/rdopt.c @@ -3597,7 +3597,6 @@ void vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int vp8_clamp_mv2(&cur_mv[i], xd); if (mv_check_bounds(x, &cur_mv[i])) flag = 1; - mv_check_bounds(x, &cur_mv[i]); x->e_mbd.mode_info_context->mbmi.mv[i].as_int = cur_mv[i].as_int; } if (flag)