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

Commit 6e185ab2 authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge f0556555 on remote branch

Change-Id: Ia8b567c049ee58634ac8b609eee6ebedb2a3a4c2
parents cef8963e f0556555
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2501,7 +2501,8 @@ int msm_venc_set_intra_period(struct msm_vidc_inst *inst)

	intra_period.pframes = gop_size->val;

	if (!max_layer->val && codec == V4L2_PIX_FMT_H264) {
	/* max_layer 0/1 indicates absence of layer encoding */
	if (max_layer->val < 2) {
		/*
		 * At this point we've already made decision on bframe.
		 * Control value gives updated bframe value.