From e1210c6aeddbe7a042a52311050b0397c473f89e Mon Sep 17 00:00:00 2001 From: Adrian Grange Date: Thu, 13 Sep 2012 11:37:55 -0700 Subject: [PATCH] Removed redundant line. Removed spurious line that has no effect. Change-Id: I9dc90babbbfcaca049d4a40dc996edc7de123e01 --- vp8/encoder/rdopt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vp8/encoder/rdopt.c b/vp8/encoder/rdopt.c index b7dd2dd..49f5b99 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) -- 2.7.4