summaryrefslogtreecommitdiff
path: root/vp8/encoder
diff options
context:
space:
mode:
authorAdrian Grange <agrange@google.com>2012-09-13 11:37:55 -0700
committerAdrian Grange <agrange@google.com>2012-09-13 11:37:55 -0700
commite1210c6aeddbe7a042a52311050b0397c473f89e (patch)
treed9f74c6dd0ceae54ec0709a3e68e7eccfd4606b8 /vp8/encoder
parent2b26cf17862949123618d2dbe60a661fbb7eb4a9 (diff)
downloadlibvpx-e1210c6aeddbe7a042a52311050b0397c473f89e.tar
libvpx-e1210c6aeddbe7a042a52311050b0397c473f89e.tar.gz
libvpx-e1210c6aeddbe7a042a52311050b0397c473f89e.tar.bz2
libvpx-e1210c6aeddbe7a042a52311050b0397c473f89e.zip
Removed redundant line.
Removed spurious line that has no effect. Change-Id: I9dc90babbbfcaca049d4a40dc996edc7de123e01
Diffstat (limited to 'vp8/encoder')
-rw-r--r--vp8/encoder/rdopt.c1
1 files changed, 0 insertions, 1 deletions
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)