@@ -781,7 +781,7 @@
|
||||
repositoryURL = "https://github.com/edde746/MPVKit";
|
||||
requirement = {
|
||||
kind = revision;
|
||||
revision = 48fa1a1533062ae800772071a0ef6c36f553ba45;
|
||||
revision = 45ff446b369d388457781e09371a356111a4faee;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "48fa1a1533062ae800772071a0ef6c36f553ba45"
|
||||
"revision" : "45ff446b369d388457781e09371a356111a4faee"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"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, "hwdec", "videotoolbox"))
|
||||
#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"))
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user