BUG=webm:1632
Change-Id: Ib05a010245e77f9d502c3e7b8f488fca280ea544
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;