Change-Id: Ib37ef0aa3dc0ec73b25332be6d89969093bd7aeb
if (is_one_pass_cbr_svc(cpi) && lc->speed > 0) {
cpi->oxcf.speed = lc->speed;
}
- if (lc->loopfilter_ctrl >= 0 || lc->loopfilter_ctrl < 3)
- cpi->loopfilter_ctrl = lc->loopfilter_ctrl;
+ cpi->loopfilter_ctrl = lc->loopfilter_ctrl;
// Reset the frames_since_key and frames_to_key counters to their values
// before the layer restore. Keep these defined for the stream (not layer).
if (cpi->svc.number_temporal_layers > 1 ||