summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_subexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_subexp.h')
-rw-r--r--vp9/encoder/vp9_subexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_subexp.h b/vp9/encoder/vp9_subexp.h
index b96823232..47a7681f2 100644
--- a/vp9/encoder/vp9_subexp.h
+++ b/vp9/encoder/vp9_subexp.h
@@ -32,7 +32,7 @@ int vp9_prob_diff_update_savings_search(const unsigned int *ct,
int vp9_prob_diff_update_savings_search_model(const unsigned int *ct,
- const vpx_prob *oldp,
+ vpx_prob oldp,
vpx_prob *bestp,
vpx_prob upd,
int stepsize);