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

Commit 406a2524 authored by Mihir Ganu's avatar Mihir Ganu
Browse files

msm: vidc: Fix VP8 profile level control flag



VP8 level control should not have read-only flag.

CRs-Fixed: 2384822
Change-Id: I226807f051b9953fc8a3a29e902e392f45c9c670
Signed-off-by: default avatarMihir Ganu <mganu@codeaurora.org>
parent 3b3e314b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -358,7 +358,7 @@ static struct msm_vidc_ctrl msm_venc_ctrls[] = {
		(1 << V4L2_MPEG_VIDC_VIDEO_VP8_VERSION_3)
		),
		.qmenu = vp8_profile_level,
		.flags = V4L2_CTRL_FLAG_VOLATILE | V4L2_CTRL_FLAG_READ_ONLY,
		.flags = V4L2_CTRL_FLAG_VOLATILE,
		.step = 1,
	},
	{