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

Commit 8ce34de1 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: venc: fix ltrmode for unsupported codec/RC type"

parents bd8775b8 353089d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3738,6 +3738,7 @@ int msm_venc_set_ltr_mode(struct msm_vidc_inst *inst)
		return -EINVAL;
	}
	hdev = inst->core->device;
	ctrl = get_ctrl(inst, V4L2_CID_MPEG_VIDC_VIDEO_LTRCOUNT);

	codec = get_v4l2_codec(inst);
	if (!(codec == V4L2_PIX_FMT_HEVC || codec == V4L2_PIX_FMT_H264)) {
@@ -3752,7 +3753,6 @@ int msm_venc_set_ltr_mode(struct msm_vidc_inst *inst)
			goto disable_ltr;
		}

	ctrl = get_ctrl(inst, V4L2_CID_MPEG_VIDC_VIDEO_LTRCOUNT);
	if (!ctrl->val)
		return 0;
	if (ctrl->val > inst->capability.cap[CAP_LTR_COUNT].max) {