From b44fdf90a5305175968130f77023bc211202e73e Mon Sep 17 00:00:00 2001 From: Dale Curtis Date: Thu, 10 Sep 2026 21:22:09 +0000 Subject: [PATCH] Mark the default value for optimizeForLatency as false This was the intended default since it may result in slower but sooner decoding or potentially dropped frames Fixes #951 --- index.src.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.src.html b/index.src.html index b6adba8f..278141c8 100644 --- a/index.src.html +++ b/index.src.html @@ -1994,7 +1994,7 @@ [EnforceRange] unsigned long displayAspectHeight; VideoColorSpaceInit colorSpace; HardwareAcceleration hardwareAcceleration = "no-preference"; - boolean optimizeForLatency; + boolean optimizeForLatency = false; double rotation = 0; boolean flip = false; };