Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03ffbf10 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: fix CONSTRAINED_INTRA_PRED setting"

parents c0d913c3 021809ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2779,7 +2779,7 @@ static int try_set_ctrl(struct msm_vidc_inst *inst, struct v4l2_ctrl *ctrl)
		(inst->fmts[CAPTURE_PORT]->fourcc == V4L2_PIX_FMT_HEVC);

		if (is_cont_intra_supported) {
			if (air_mbs || air_ref || cir_mbs)
			if (ctrl->val != HAL_INTRA_REFRESH_NONE)
				enable.enable = true;
			else
				enable.enable = false;