Merge "spatial svc: set window_size to 15"

This commit is contained in:
Johann Koenig 2018-03-14 22:00:08 +00:00 committed by Gerrit Code Review
commit 5c5dc73320

View File

@ -672,6 +672,7 @@ int main(int argc, const char **argv) {
die("Failed to initialize encoder\n");
#if OUTPUT_RC_STATS
rc.window_size = 15; // Silence a static analysis warning.
if (svc_ctx.output_rc_stat) {
set_rate_control_stats(&rc, &enc_cfg);
framerate = enc_cfg.g_timebase.den / enc_cfg.g_timebase.num;