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

Commit 51145d5d authored by Vasantha Balla's avatar Vasantha Balla
Browse files

vidc_3x: venc: Add missing level in h263



Add h263 level 45 in supported levels.

Change-Id: Ia5b9b683e8c00a9dcfd119a427f2424a86056c6a
Signed-off-by: default avatarVasantha Balla <quic_vballa@quicinc.com>
parent 30a9d3b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -387,6 +387,7 @@ static struct msm_vidc_ctrl msm_venc_ctrls[] = {
		(1 << V4L2_MPEG_VIDC_VIDEO_H263_LEVEL_2_0) |
		(1 << V4L2_MPEG_VIDC_VIDEO_H263_LEVEL_3_0) |
		(1 << V4L2_MPEG_VIDC_VIDEO_H263_LEVEL_4_0) |
		(1 << V4L2_MPEG_VIDC_VIDEO_H263_LEVEL_4_5) |
		(1 << V4L2_MPEG_VIDC_VIDEO_H263_LEVEL_5_0) |
		(1 << V4L2_MPEG_VIDC_VIDEO_H263_LEVEL_6_0) |
		(1 << V4L2_MPEG_VIDC_VIDEO_H263_LEVEL_7_0)