ref: 9a1c70166dccf16306b6702b764240bf9e5a4888
parent: 98e134acec4d6f97f94f7d5707a97c3475fcc354
parent: a8157ce3e84741ae402cd3f2715420c750199b18
author: James Zern <[email protected]>
date: Tue Jul 31 23:53:02 EDT 2018
Merge "vp9_encoder: make setup_tpl_stats() static"
--- 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;