ref: e9b61724768af109d221bd4564af6a7e6324f26d
parent: cf2bfcd9d8c5c18a4151593c5ea09d0163d2b55c
parent: f4b5330c5010471d385a9a3d053ccfab186d6a50
author: Johann Koenig <[email protected]>
date: Fri Jun 17 00:19:17 EDT 2016
Merge "VP8_COMP: make frames_since_golden signed"
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -371,7 +371,7 @@
double key_frame_rate_correction_factor;
double gf_rate_correction_factor;
- unsigned int frames_since_golden;
+ int frames_since_golden;
/* Count down till next GF */
int frames_till_gf_update_due;