summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorMarco <marpan@google.com>2015-03-11 16:11:35 -0700
committerMarco <marpan@google.com>2015-03-11 16:12:39 -0700
commita291b0b4a393f3368d9013796843e16cdf97ccdb (patch)
treefae7c923073ef05f3eaa24d2c4f22a6b61d73552 /vp9
parenta250ebf8b86371e9ffb76ceb4b22fb45d81bf0ac (diff)
downloadlibvpx-a291b0b4a393f3368d9013796843e16cdf97ccdb.tar
libvpx-a291b0b4a393f3368d9013796843e16cdf97ccdb.tar.gz
libvpx-a291b0b4a393f3368d9013796843e16cdf97ccdb.tar.bz2
libvpx-a291b0b4a393f3368d9013796843e16cdf97ccdb.zip
Fix visual studio build failure.
Change-Id: Ifeb14f945d0f0300eb7b21b38e5720ac1c11a6cf
Diffstat (limited to 'vp9')
-rw-r--r--vp9/encoder/vp9_aq_cyclicrefresh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_aq_cyclicrefresh.h b/vp9/encoder/vp9_aq_cyclicrefresh.h
index 048a0ed35..4df1b588c 100644
--- a/vp9/encoder/vp9_aq_cyclicrefresh.h
+++ b/vp9/encoder/vp9_aq_cyclicrefresh.h
@@ -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);