ref: a291b0b4a393f3368d9013796843e16cdf97ccdb
parent: a250ebf8b86371e9ffb76ceb4b22fb45d81bf0ac
author: Marco <[email protected]>
date: Wed Mar 11 12:11:35 EDT 2015
Fix visual studio build failure. Change-Id: Ifeb14f945d0f0300eb7b21b38e5720ac1c11a6cf
--- 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);