@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user