Replace some vpxbool calls with entropy coder agnostic calls.

Change-Id: Ifbcd0714fcf994c43b69255185456c7a255df66c
This commit is contained in:
Alex Converse
2016-05-31 15:42:19 -07:00
parent e89ca180c2
commit aee0091161
2 changed files with 3 additions and 3 deletions

View File

@@ -857,7 +857,7 @@ static void write_ref_frames(const VP10_COMMON *cm, const MACROBLOCKD *xd,
}
#else // CONFIG_EXT_REFS
#if CONFIG_BIDIR_PRED
vpx_write(w, bit_bwd, vp10_get_pred_prob_comp_bwdref_p(cm, xd));
vp10_write(w, bit_bwd, vp10_get_pred_prob_comp_bwdref_p(cm, xd));
#endif // CONFIG_BIDIR_PRED
#endif // CONFIG_EXT_REFS
} else {