summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_dsubexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/decoder/vp9_dsubexp.h')
-rw-r--r--vp9/decoder/vp9_dsubexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/decoder/vp9_dsubexp.h b/vp9/decoder/vp9_dsubexp.h
index aeb9399d0..21ac31393 100644
--- a/vp9/decoder/vp9_dsubexp.h
+++ b/vp9/decoder/vp9_dsubexp.h
@@ -14,6 +14,6 @@
#include "vp9/decoder/vp9_dboolhuff.h"
-void vp9_diff_update_prob(vp9_reader *r, vp9_prob* p);
+void vp9_diff_update_prob(vp9_reader *r, int update_prob, vp9_prob* p);
#endif // VP9_DECODER_VP9_DSUBEXP_H_