fix(ios): update MPVKit subtitle geometry

close #1071
This commit is contained in:
edde746
2026-05-18 00:10:14 +02:00
parent 3e0f7b4f86
commit 39fb828580
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -781,7 +781,7 @@
repositoryURL = "https://github.com/edde746/MPVKit"; repositoryURL = "https://github.com/edde746/MPVKit";
requirement = { requirement = {
kind = revision; kind = revision;
revision = 48fa1a1533062ae800772071a0ef6c36f553ba45; revision = 45ff446b369d388457781e09371a356111a4faee;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "48fa1a1533062ae800772071a0ef6c36f553ba45" "revision" : "45ff446b369d388457781e09371a356111a4faee"
} }
} }
], ],
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "48fa1a1533062ae800772071a0ef6c36f553ba45" "revision" : "45ff446b369d388457781e09371a356111a4faee"
} }
} }
], ],
@@ -588,7 +588,7 @@ class MpvPlayerCoreBase: NSObject {
checkError(mpv_set_option_string(mpv, "avfoundation-composite-osd", "no")) checkError(mpv_set_option_string(mpv, "avfoundation-composite-osd", "no"))
checkError(mpv_set_option_string(mpv, "hwdec", "videotoolbox")) checkError(mpv_set_option_string(mpv, "hwdec", "videotoolbox"))
#else #else
checkError(mpv_set_option_string(mpv, "avfoundation-composite-osd", "yes")) checkError(mpv_set_option_string(mpv, "avfoundation-composite-osd", "no"))
checkError(mpv_set_option_string(mpv, "hwdec", "videotoolbox")) checkError(mpv_set_option_string(mpv, "hwdec", "videotoolbox"))
#endif #endif
#endif #endif