summaryrefslogtreecommitdiff
path: root/vp9/encoder
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2018-08-01 03:53:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-01 03:53:02 +0000
commit9a1c70166dccf16306b6702b764240bf9e5a4888 (patch)
tree5722ec5a2141648723429e83cfe0231ac1760e4c /vp9/encoder
parent98e134acec4d6f97f94f7d5707a97c3475fcc354 (diff)
parenta8157ce3e84741ae402cd3f2715420c750199b18 (diff)
downloadlibvpx-9a1c70166dccf16306b6702b764240bf9e5a4888.tar
libvpx-9a1c70166dccf16306b6702b764240bf9e5a4888.tar.gz
libvpx-9a1c70166dccf16306b6702b764240bf9e5a4888.tar.bz2
libvpx-9a1c70166dccf16306b6702b764240bf9e5a4888.zip
Merge "vp9_encoder: make setup_tpl_stats() static"
Diffstat (limited to 'vp9/encoder')
-rw-r--r--vp9/encoder/vp9_encoder.c2
1 files changed, 1 insertions, 1 deletions
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;