mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -800,7 +800,10 @@ class PlPlayerController {
|
||||
}
|
||||
// video-sync=display-resample
|
||||
await pp.setProperty("video-sync", Pref.videoSync);
|
||||
await pp.setProperty("autosync", Pref.autosync);
|
||||
final autosync = Pref.autosync;
|
||||
if (autosync != '0') {
|
||||
await pp.setProperty("autosync", autosync);
|
||||
}
|
||||
// vo=gpu-next & gpu-context=android & gpu-api=opengl
|
||||
// await pp.setProperty("vo", "gpu-next");
|
||||
// await pp.setProperty("gpu-context", "android");
|
||||
|
||||
Reference in New Issue
Block a user