mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
Add autosync property with value '30' (#1813)
This commit is contained in:
@@ -800,6 +800,7 @@ class PlPlayerController {
|
|||||||
}
|
}
|
||||||
// video-sync=display-resample
|
// video-sync=display-resample
|
||||||
await pp.setProperty("video-sync", Pref.videoSync);
|
await pp.setProperty("video-sync", Pref.videoSync);
|
||||||
|
await pp.setProperty("autosync", "30");
|
||||||
// vo=gpu-next & gpu-context=android & gpu-api=opengl
|
// vo=gpu-next & gpu-context=android & gpu-api=opengl
|
||||||
// await pp.setProperty("vo", "gpu-next");
|
// await pp.setProperty("vo", "gpu-next");
|
||||||
// await pp.setProperty("gpu-context", "android");
|
// await pp.setProperty("gpu-context", "android");
|
||||||
|
|||||||
Reference in New Issue
Block a user