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

Commit 318d6402 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: Do not update dimensions during sufficient event"

parents f6f2f8c8 46186b31
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1610,8 +1610,6 @@ static void handle_event_change(enum hal_command_response cmd, void *data)
				"event_notify->height = %d event_notify->width = %d\n",
				event_notify->height,
				event_notify->width);
		inst->prop.height[OUTPUT_PORT] = event_notify->height;
		inst->prop.width[OUTPUT_PORT] = event_notify->width;
	}

	rc = msm_vidc_check_session_supported(inst);