aboutsummaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_non_greedy_mv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_non_greedy_mv.h')
-rw-r--r--vp9/encoder/vp9_non_greedy_mv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_non_greedy_mv.h b/vp9/encoder/vp9_non_greedy_mv.h
index 71c4b7aab..49723ce13 100644
--- a/vp9/encoder/vp9_non_greedy_mv.h
+++ b/vp9/encoder/vp9_non_greedy_mv.h
@@ -78,7 +78,7 @@ static INLINE BLOCK_SIZE square_block_idx_to_bsize(int square_block_idx) {
}
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);