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

Commit cfc17831 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: Update resolution on session continue"

parents 04daff42 eef1c481
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5963,6 +5963,10 @@ int msm_comm_session_continue(void *instance)
			goto sess_continue_fail;
		}
		inst->in_reconfig = false;
		inst->prop.height[CAPTURE_PORT] = inst->reconfig_height;
		inst->prop.width[CAPTURE_PORT] = inst->reconfig_width;
		inst->prop.height[OUTPUT_PORT] = inst->reconfig_height;
		inst->prop.width[OUTPUT_PORT] = inst->reconfig_width;
	} else if (inst->session_type == MSM_VIDC_ENCODER) {
		dprintk(VIDC_DBG,
				"session_continue not supported for encoder");