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

Commit b1223362 authored by Arun Menon's avatar Arun Menon
Browse files

msm: vidc: update max P frames num for encode



Remove the restriction on the max number of
P frame interval.

Change-Id: I637372d7b0d409602df251bad4a135b25514dc95
Signed-off-by: default avatarArun Menon <avmenon@codeaurora.org>
parent 4ae4d503
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -182,7 +182,7 @@ static struct msm_vidc_ctrl msm_venc_ctrls[] = {
		.name = "Intra Period for P frames",
		.type = V4L2_CTRL_TYPE_INTEGER,
		.minimum = 0,
		.maximum = 10*DEFAULT_FRAME_RATE,
		.maximum = INT_MAX,
		.default_value = 2*DEFAULT_FRAME_RATE-1,
		.step = 1,
		.menu_skip_mask = 0,