ref: 07f847873bda3005657686a7799ccf22de3dcd07
parent: 9a329b528544f723b565b3d11c6f383e7e4755b1
author: James Zern <[email protected]>
date: Thu Jun 15 20:53:05 EDT 2017
vp9_ratectrl: make adjust_gf_boost_lag_one_pass_vbr static quiets -Wmissing-prototypes Change-Id: I72d899c2d8de1ddc52d90ac081f2629374b3a6e9
--- a/vp9/encoder/vp9_ratectrl.c
+++ b/vp9/encoder/vp9_ratectrl.c
@@ -2070,7 +2070,8 @@
return resize_action;
}
-void adjust_gf_boost_lag_one_pass_vbr(VP9_COMP *cpi, uint64_t avg_sad_current) {
+static void adjust_gf_boost_lag_one_pass_vbr(VP9_COMP *cpi,
+ uint64_t avg_sad_current) {
VP9_COMMON *const cm = &cpi->common;
RATE_CONTROL *const rc = &cpi->rc;
int target;