Fix compiler errors with motion-var + ncobmc
Change-Id: Idae4934424b3e0c2de659e3f55ea6a47b5b4ceab
diff --git a/av1/common/reconinter.c b/av1/common/reconinter.c
index af526cf..bbab258 100644
--- a/av1/common/reconinter.c
+++ b/av1/common/reconinter.c
@@ -994,9 +994,9 @@
plane,
#if CONFIG_GLOBAL_MOTION
is_global[ref], (mi_x >> pd->subsampling_x) + x,
- (mi_y >> pd->subsampling_y) + y, ref
+ (mi_y >> pd->subsampling_y) + y, ref,
#endif // CONFIG_GLOBAL_MOTION
- xd);
+ xd);
else
#endif // CONFIG_EXT_INTER
av1_make_inter_predictor(