From a8157ce3e84741ae402cd3f2715420c750199b18 Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 31 Jul 2018 18:19:02 -0700 Subject: vp9_encoder: make setup_tpl_stats() static Change-Id: If96519fb1cb4963cb6548c803253359a35621eb0 --- vp9/encoder/vp9_encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vp9/encoder') diff --git a/vp9/encoder/vp9_encoder.c b/vp9/encoder/vp9_encoder.c index 3be62291b..0cc2273ee 100644 --- a/vp9/encoder/vp9_encoder.c +++ b/vp9/encoder/vp9_encoder.c @@ -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; -- cgit v1.2.3