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

Commit f9d66ea0 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 bit_depth in reconfig event" into msm-4.14

parents 48da06be d9ff5acf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1719,6 +1719,7 @@ static void handle_event_change(enum hal_command_response cmd, void *data)
	inst->in_reconfig = true;
	inst->reconfig_height = event_notify->height;
	inst->reconfig_width = event_notify->width;
	inst->bit_depth = event_notify->bit_depth;

	if (msm_comm_get_stream_output_mode(inst) ==
			HAL_VIDEO_DECODER_SECONDARY) {