Fix visual studio build failure.
authorMarco <marpan@google.com>
Wed, 11 Mar 2015 23:11:35 +0000 (16:11 -0700)
committerMarco <marpan@google.com>
Wed, 11 Mar 2015 23:12:39 +0000 (16:12 -0700)
Change-Id: Ifeb14f945d0f0300eb7b21b38e5720ac1c11a6cf

vp9/encoder/vp9_aq_cyclicrefresh.h

index 048a0ed..4df1b58 100644 (file)
@@ -65,7 +65,7 @@ void vp9_cyclic_refresh_update__map(struct VP9_COMP *const cpi);
 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);