Skip to content

Commit de7eca8

Browse files
committed
fix broken software media decoder
1 parent 96ff41c commit de7eca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pages/player/player_controller.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ abstract class _PlayerController with Store {
9292
)
9393
: VideoControllerConfiguration(
9494
enableHardwareAcceleration: hAenable,
95+
hwdec: hAenable ? null : 'no',
9596
androidAttachSurfaceAfterVideoParameters: false,
9697
),
9798
);

0 commit comments

Comments
 (0)