media: mfc: changed max value about temporal svc layer.
authorJeonghee Kim <jhhhh.kim@samsung.com>
Fri, 22 Dec 2017 05:16:33 +0000 (14:16 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:22:21 +0000 (20:22 +0300)
Change-Id: I27f035aaa84352b8ede7d6ff4fb6945f0f80d76d
Signed-off-by: Jeonghee Kim <jhhhh.kim@samsung.com>
drivers/media/platform/exynos/mfc/s5p_mfc_enc_internal.h

index 6907d414bdca5eedb1802be8319de5cc3682e113..1e567cfd4c4dd0369ff28d914f660c70b64a6937 100644 (file)
@@ -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,
        },