From ddafde2dc6a9cba60e17de473f31170bf46f1a51 Mon Sep 17 00:00:00 2001 From: Abhishek Bajaj Date: Wed, 5 Nov 2025 17:00:45 +0530 Subject: [PATCH] Video Encoder Json File change as per the QLI Mainline feature enablement Signed-off-by: Abhishek Bajaj --- .../Video/Video_V4L2_Runner/h265Encoder.json | 37 +------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json index 56446230..846611c8 100755 --- a/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json +++ b/Runner/suites/Multimedia/Video/Video_V4L2_Runner/h265Encoder.json @@ -58,45 +58,10 @@ "Id": "GOPSize", "Vtype": "Int", "Value": 59 - }, - { - "Id": "MultiSliceMode", - "Vtype": "String", - "Value": "SINGLE" - }, - { - "Id": "MinIQP", - "Vtype": "Int", - "Value": 10 - }, - { - "Id": "MinPQP", - "Vtype": "Int", - "Value": 10 - }, - { - "Id": "MinBQP", - "Vtype": "Int", - "Value": 10 - }, - { - "Id": "MaxIQP", - "Vtype": "Int", - "Value": 51 - }, - { - "Id": "MaxPQP", - "Vtype": "Int", - "Value": 51 - }, - { - "Id": "MaxBQP", - "Vtype": "Int", - "Value": 51 } ], "DynamicControls": [] } } ] -} +} \ No newline at end of file