Add autosync property with value '30' (#1813)

This commit is contained in:
nakixii
2026-01-29 15:22:00 +08:00
committed by GitHub
parent 5979ddb60c
commit 21fad89cde

View File

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