mod: 默认关闭硬解

This commit is contained in:
guozhigq
2024-04-27 20:40:23 +08:00
parent 8273ff2e02
commit 257596cb9e
3 changed files with 4 additions and 4 deletions

View File

@ -351,7 +351,7 @@ class PlPlayerController {
// 初始化播放速度
double speed = 1.0,
// 硬件加速
bool enableHA = true,
bool enableHA = false,
double? width,
double? height,
Duration? duration,