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

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

Merge "msm: vidc: fix extradata none parsing issue"

parents 2648e9ba 622514e0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -755,7 +755,8 @@ static int msm_cvp_prepare_extradata(struct msm_vidc_inst *inst,
			found_end = true;
			break;
		}
		e_hdr += e_hdr->size;
		e_hdr = (struct msm_vidc_extradata_header *)
				((char *)e_hdr + e_hdr->size);
	}
	if (!found_end) {
		s_vpr_e(inst->sid, "%s: extradata_none not found\n", __func__);