From: Angie Chiang Date: Mon, 6 Jun 2016 21:41:14 +0000 (-0700) Subject: Fix build failure happened in reconinter.c X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2250c6b07bfae900cc52ff2b2a6c33de9e5d398a;p=libvpx Fix build failure happened in reconinter.c Change-Id: Ifd5ed91e4e91238fb53a202c8d76c11fbb9ccf7c --- diff --git a/vp10/common/reconinter.c b/vp10/common/reconinter.c index 02747f73b..083100fd2 100644 --- a/vp10/common/reconinter.c +++ b/vp10/common/reconinter.c @@ -490,7 +490,7 @@ static void build_masked_compound_wedge_extend_highbd( vpx_highbd_blend_mask6(dst_8, dst_stride, src0_8, src0_stride, src1_8, src1_stride, - mask, bw, + mask, 4 * num_4x4_blocks_wide_lookup[sb_type], h, w, subh, subw, bd); } #endif // CONFIG_VP9_HIGHBITDEPTH