From 03d695d86ac5e31a13b1ee1a631d1a5982daa4de Mon Sep 17 00:00:00 2001 From: Jeonghee Kim Date: Fri, 22 Dec 2017 14:16:33 +0900 Subject: [PATCH] media: mfc: changed max value about temporal svc layer. Change-Id: I27f035aaa84352b8ede7d6ff4fb6945f0f80d76d Signed-off-by: Jeonghee Kim --- drivers/media/platform/exynos/mfc/s5p_mfc_enc_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/exynos/mfc/s5p_mfc_enc_internal.h b/drivers/media/platform/exynos/mfc/s5p_mfc_enc_internal.h index 6907d414bdca..1e567cfd4c4d 100644 --- a/drivers/media/platform/exynos/mfc/s5p_mfc_enc_internal.h +++ b/drivers/media/platform/exynos/mfc/s5p_mfc_enc_internal.h @@ -702,7 +702,7 @@ static struct v4l2_queryctrl controls[] = { .type = V4L2_CTRL_TYPE_INTEGER, .name = "Hierarchical Coding Layer", .minimum = 0, - .maximum = 7, + .maximum = INT_MAX, .step = 1, .default_value = 0, }, -- 2.20.1