fix(player): disable subtitle scaling with window on iOS

This commit is contained in:
Fredrik Burmester
2026-01-26 20:50:16 +01:00
parent 1cbb46f0ca
commit 43ca6e9148

View File

@@ -220,6 +220,8 @@ final class MPVLayerRenderer {
#endif
// Subtitle and audio settings
checkError(mpv_set_option_string(mpv, "sub-scale-with-window", "no"))
checkError(mpv_set_option_string(mpv, "sub-use-margins", "no"))
checkError(mpv_set_option_string(mpv, "subs-match-os-language", "yes"))
checkError(mpv_set_option_string(mpv, "subs-fallback", "yes"))