ref: 88f6a8925a2d86f1e73966705e80de3823f2d28a
parent: 16d4f15782fa708769ac1838ea7b9f7a7d800503
author: Johann <johannkoenig@google.com>
date: Mon Nov 4 09:59:19 EST 2019
remove unused mbmi parameter BUG=webm:1612 Change-Id: I0f982d8269ec50a767efc222d958d37a55d5c77f
--- a/vp8/decoder/decodemv.c
+++ b/vp8/decoder/decodemv.c
@@ -485,10 +485,7 @@
}
}
-static void decode_mb_mode_mvs(VP8D_COMP *pbi, MODE_INFO *mi,
- MB_MODE_INFO *mbmi) {
- (void)mbmi;
-
+static void decode_mb_mode_mvs(VP8D_COMP *pbi, MODE_INFO *mi) {
/* Read the Macroblock segmentation map if it is being updated explicitly
* this frame (reset to 0 above by default)
* By default on a key frame reset all MBs to segment 0
@@ -537,7 +534,7 @@
int mb_num = mb_row * pbi->common.mb_cols + mb_col;
#endif
- decode_mb_mode_mvs(pbi, mi, &mi->mbmi);
+ decode_mb_mode_mvs(pbi, mi);
#if CONFIG_ERROR_CONCEALMENT
/* look for corruption. set mvs_corrupt_from_mb to the current