ref: 0adc58037a8e47a4ecd230282fc75908db47ae9b
parent: 4a691aa20949e7d5159a80d83ed406846f640341
parent: a291b0b4a393f3368d9013796843e16cdf97ccdb
author: Marco <marpan@google.com>
date: Wed Mar 11 13:19:47 EDT 2015
Merge "Fix visual studio build failure."
--- a/vp9/encoder/vp9_aq_cyclicrefresh.h
+++ b/vp9/encoder/vp9_aq_cyclicrefresh.h
@@ -65,7 +65,7 @@
void vp9_cyclic_refresh_postencode(struct VP9_COMP *const cpi);
// Set golden frame update interval, for non-svc 1 pass CBR mode.
-void vp9_cyclic_refresh_set_golden_update(struct VP9_COMP *cpi);
+void vp9_cyclic_refresh_set_golden_update(struct VP9_COMP *const cpi);
// Check if we should not update golden reference, based on past refresh stats.
void vp9_cyclic_refresh_check_golden_update(struct VP9_COMP *const cpi);