mod: def hardwareDecoding

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-01 17:48:52 +08:00
parent bd91fb7c6d
commit f4977d2855
2 changed files with 3 additions and 7 deletions

View File

@@ -161,10 +161,8 @@ class GStorage {
defaultValue: VideoDecodeFormats.values[1].code,
);
static String get hardwareDecoding => setting.get(
SettingBoxKey.hardwareDecoding,
defaultValue: Platform.isAndroid ? 'auto-safe' : 'auto',
);
static String get hardwareDecoding =>
setting.get(SettingBoxKey.hardwareDecoding, defaultValue: 'auto');
static String get videoSync => setting.get(
SettingBoxKey.videoSync,