mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 17:16:29 +08:00
feat: support dynaudnorm & webp (#1186)
* feat: support dynaudnorm & webp
* Revert "remove audio_normalization"
This reverts commit 477b59ce89.
* feat: save webp
* mod: strokeWidth
* feat: webp preset
* feat: save webp select qa
* upgrade volume_controller
This commit is contained in:
committed by
GitHub
parent
f0828ea18c
commit
e8a674ca2a
@@ -837,7 +837,7 @@ class HeaderControlState extends TripleState<HeaderControl> {
|
||||
}
|
||||
videoDetailCtr
|
||||
..currentDecodeFormats =
|
||||
VideoDecodeFormatTypeExt.fromString(i)!
|
||||
VideoDecodeFormatType.fromString(i)
|
||||
..updatePlayer();
|
||||
Get.back();
|
||||
},
|
||||
@@ -846,7 +846,7 @@ class HeaderControlState extends TripleState<HeaderControl> {
|
||||
right: 20,
|
||||
),
|
||||
title: Text(
|
||||
VideoDecodeFormatTypeExt.fromString(i)!.description,
|
||||
VideoDecodeFormatType.fromString(i).description,
|
||||
),
|
||||
subtitle: Text(
|
||||
i,
|
||||
|
||||
Reference in New Issue
Block a user