Revert "Fix overflow in clamp_mv_to_umv_border_sb"
This reverts commit 716f2896c6babc140a6a774c21653c3f4d04d9de.
Reason for revert: Not necessary
BUG=aomedia:2226
Change-Id: Ie912be2749132bbc2159790b02411ac0019aa438
diff --git a/av1/common/scale.h b/av1/common/scale.h
index edaad42..748e958 100644
--- a/av1/common/scale.h
+++ b/av1/common/scale.h
@@ -39,7 +39,7 @@
aom_highbd_convolve_fn_t highbd_convolve[2][2][2];
};
-MV32 av1_scale_mv(const MV32 *mv, int x, int y, const struct scale_factors *sf);
+MV32 av1_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
void av1_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w,
int other_h, int this_w, int this_h);