]> granicus.if.org Git - libvpx/commitdiff
vp9_encoder: make setup_tpl_stats() static
authorJames Zern <jzern@google.com>
Wed, 1 Aug 2018 01:19:02 +0000 (18:19 -0700)
committerJames Zern <jzern@google.com>
Wed, 1 Aug 2018 01:19:02 +0000 (18:19 -0700)
Change-Id: If96519fb1cb4963cb6548c803253359a35621eb0

vp9/encoder/vp9_encoder.c

index 3be62291bdabf6b798e63a847f2780bb75445d03..0cc2273eeb513e051ea6e16b70ae9025e17084fc 100644 (file)
@@ -6014,7 +6014,7 @@ void mc_flow_dispenser(VP9_COMP *cpi, GF_PICTURE *gf_picture, int frame_idx) {
   }
 }
 
-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;