shithub: libvpx

Download patch

ref: a8157ce3e84741ae402cd3f2715420c750199b18
parent: 7d750e27e35ebb6eb007a7290f8b2235b9bb3eff
author: James Zern <jzern@google.com>
date: Tue Jul 31 14:19:02 EDT 2018

vp9_encoder: make setup_tpl_stats() static

Change-Id: If96519fb1cb4963cb6548c803253359a35621eb0

--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -6014,7 +6014,7 @@
   }
 }
 
-void setup_tpl_stats(VP9_COMP *cpi) {
+static void setup_tpl_stats(VP9_COMP *cpi) {
   GF_PICTURE gf_picture[MAX_LAG_BUFFERS];
   const GF_GROUP *gf_group = &cpi->twopass.gf_group;
   int tpl_group_frames = 0;