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

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

Merge "msm: venc: use output resolution for vbv delay"

parents 973f46b1 01e40300
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2615,7 +2615,7 @@ int msm_venc_set_vbv_delay(struct msm_vidc_inst *inst)
	}

	hdev = inst->core->device;
	f = &inst->fmts[INPUT_PORT].v4l2_fmt;
	f = &inst->fmts[OUTPUT_PORT].v4l2_fmt;
	codec = get_v4l2_codec(inst);
	height = f->fmt.pix_mp.height;
	width = f->fmt.pix_mp.width;