Skip to content

Commit

Permalink
test using other video outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
songbirdzz committed May 5, 2024
1 parent 8f54119 commit 4c05431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/play/player_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ abstract class _PlayerController with Store {
required this.buildContext}) {
init();
if (Platform.isMacOS) {
(player.platform as NativePlayer).setProperty('vo', 'libmpv');
(player.platform as NativePlayer).setProperty('vo', 'tct');
}
}

Expand Down

0 comments on commit 4c05431

Please sign in to comment.