summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_subexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_subexp.c')
-rw-r--r--vp9/encoder/vp9_subexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_subexp.c b/vp9/encoder/vp9_subexp.c
index eb864d96c..387fc9056 100644
--- a/vp9/encoder/vp9_subexp.c
+++ b/vp9/encoder/vp9_subexp.c
@@ -221,7 +221,7 @@ int vp9_prob_diff_update_savings_search_model(const unsigned int *ct,
}
void vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp,
- unsigned int *ct) {
+ const unsigned int ct[2]) {
const vp9_prob upd = DIFF_UPDATE_PROB;
vp9_prob newp = get_binary_prob(ct[0], ct[1]);
const int savings = vp9_prob_diff_update_savings_search(ct, *oldp, &newp,