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

Commit ea586dc2 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: Initialize pic_struct to unknown as default"

parents 58c323e6 d09e3fba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ static int hfi_process_sess_evt_seq_changed(u32 device_id,
	struct hfi_colour_space *colour_info;

	 /* Initialize pic_struct to unknown as default */
	//event_notify.pic_struct = MSM_VIDC_PIC_STRUCT_UNKNOWN;
	event_notify.pic_struct = MSM_VIDC_PIC_STRUCT_UNKNOWN;

	if (sizeof(struct hfi_msg_event_notify_packet) > pkt->size) {
		dprintk(VIDC_ERR,