custom autosync

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-29 17:42:25 +08:00
parent 99634a66ab
commit 48c7dc0eed
4 changed files with 53 additions and 2 deletions

View File

@@ -800,7 +800,7 @@ class PlPlayerController {
}
// video-sync=display-resample
await pp.setProperty("video-sync", Pref.videoSync);
await pp.setProperty("autosync", "30");
await pp.setProperty("autosync", Pref.autosync);
// vo=gpu-next & gpu-context=android & gpu-api=opengl
// await pp.setProperty("vo", "gpu-next");
// await pp.setProperty("gpu-context", "android");