Merge "vp8/encoder/vp8_quantize: fix int sanitizer warnings"
diff --git a/vp9/encoder/vp9_non_greedy_mv.h b/vp9/encoder/vp9_non_greedy_mv.h
index 71c4b7aa..49723ce 100644
--- a/vp9/encoder/vp9_non_greedy_mv.h
+++ b/vp9/encoder/vp9_non_greedy_mv.h
@@ -78,7 +78,7 @@
 }
 
 void vp9_alloc_motion_field_info(MotionFieldInfo *motion_field_info,
-                                 int gop_size, int block_rows, int block_cols);
+                                 int frame_num, int mi_rows, int mi_cols);
 
 void vp9_alloc_motion_field(MotionField *motion_field, BLOCK_SIZE bsize,
                             int block_rows, int block_cols);