ref: 2da0a7ecb1f439fc35f6fe24592be6fbf381376a
parent: aecad5a3131dc0a0ab427c50fdcb70eba22740e3
author: Jerome Jiang <jianj@google.com>
date: Wed Jun 19 11:26:05 EDT 2019
vp8: Allow higher resolution to get periodic keyframe. BUG=webm:1632 Change-Id: Ib05a010245e77f9d502c3e7b8f488fca280ea544
--- a/vpx/src/vpx_encoder.c
+++ b/vpx/src/vpx_encoder.c
@@ -104,12 +104,6 @@
mr_cfg.mr_down_sampling_factor.num = dsf->num;
mr_cfg.mr_down_sampling_factor.den = dsf->den;
- /* Force Key-frame synchronization. Namely, encoder at higher
- * resolution always use the same frame_type chosen by the
- * lowest-resolution encoder.
- */
- if (mr_cfg.mr_encoder_id) cfg->kf_mode = VPX_KF_DISABLED;
-
ctx->iface = iface;
ctx->name = iface->name;
ctx->priv = NULL;