Index: source/libvpx/vp9/encoder/vp9_mcomp.h |
diff --git a/source/libvpx/vp9/encoder/vp9_mcomp.h b/source/libvpx/vp9/encoder/vp9_mcomp.h |
index dd8a4607942c4a0b468af0959bfb53cccc97226d..99c1afa28ff3e71558de826511d93473cbd0d3b1 100644 |
--- a/source/libvpx/vp9/encoder/vp9_mcomp.h |
+++ b/source/libvpx/vp9/encoder/vp9_mcomp.h |
@@ -83,7 +83,8 @@ int vp9_full_pixel_diamond(const struct VP9_COMP *cpi, MACROBLOCK *x, |
// Perform integral projection based motion estimation. |
unsigned int vp9_int_pro_motion_estimation(const struct VP9_COMP *cpi, |
MACROBLOCK *x, |
- BLOCK_SIZE bsize); |
+ BLOCK_SIZE bsize, |
+ int mi_row, int mi_col); |
typedef int (integer_mv_pattern_search_fn) ( |
const MACROBLOCK *x, |