From fc40b5c402e513dc2ce023a8168c321af254d0b4 Mon Sep 17 00:00:00 2001 From: gx Date: Thu, 21 May 2026 23:35:06 +0100 Subject: [PATCH] controller: PREDEFINED_LAYOUTS += main_with_strip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync с ffmpeg-fresh n7.1-vf-cuda-grid-phase7 cd1839f. Layout validation (http_api set_layout, dispatch _set_layout) теперь accept'ит main_with_strip. Co-Authored-By: Claude Opus 4.7 --- controller/cuda_grid_controller/layouts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/controller/cuda_grid_controller/layouts.py b/controller/cuda_grid_controller/layouts.py index 7d2d52a..83d7440 100644 --- a/controller/cuda_grid_controller/layouts.py +++ b/controller/cuda_grid_controller/layouts.py @@ -17,4 +17,5 @@ PREDEFINED_LAYOUTS: list[str] = [ "nine_grid", "sixteen_grid", "panoramic", + "main_with_strip", # Phase 8: main 16:9 + 3 preview + bottom strip (cell 4) ]