Fix high bit-depth build with ext-inter and dual-filter exps
Change-Id: Ie4a884899d73cafea439ecab6ff4de54652b8c28
diff --git a/vp10/decoder/decodeframe.c b/vp10/decoder/decodeframe.c
index 6006e2d..b2628a4 100644
--- a/vp10/decoder/decodeframe.c
+++ b/vp10/decoder/decodeframe.c
@@ -477,7 +477,11 @@
int border_offset,
uint8_t *const dst, int dst_buf_stride,
int subpel_x, int subpel_y,
+#if CONFIG_DUAL_FILTER
+ const INTERP_FILTER *interp_filter,
+#else
const INTERP_FILTER interp_filter,
+#endif
const struct scale_factors *sf,
#if CONFIG_EXT_INTER
int wedge_offset_x, int wedge_offset_y,