Skip to content

Commit e25bd4d

Browse files
use drm directly
1 parent b7310f4 commit e25bd4d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

ani-cli

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,10 +427,7 @@ play_episode() {
427427
tty_flags="--vo=tct --really-quiet"
428428
;;
429429
2)
430-
tty_flags="--vo=gpu --gpu-context=drm"
431-
;;
432-
*)
433-
tty_flags="--vo=tct --realy-quiet"
430+
tty_flags="--vo=drm"
434431
;;
435432
esac
436433
fi

0 commit comments

Comments
 (0)