mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-24 19:20:15 +08:00
update android default hwdec
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -37,4 +37,9 @@ enum HwDecType {
|
||||
final String hwdec;
|
||||
final String desc;
|
||||
const HwDecType(this.hwdec, this.desc);
|
||||
|
||||
static final String androidDefault = [
|
||||
HwDecType.mediacodec.hwdec,
|
||||
HwDecType.autoSafe.hwdec,
|
||||
].join(',');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user