From: Jeonghee Kim Date: Fri, 22 Dec 2017 05:16:33 +0000 (+0900) Subject: media: mfc: changed max value about temporal svc layer. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=03d695d86ac5e31a13b1ee1a631d1a5982daa4de;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git media: mfc: changed max value about temporal svc layer. Change-Id: I27f035aaa84352b8ede7d6ff4fb6945f0f80d76d Signed-off-by: Jeonghee Kim --- 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, },