Make MPV use drm video output
This commit is contained in:
parent
a8ce8246b9
commit
7b85d39629
@ -8,6 +8,7 @@ class MPV(next_MPV):
|
||||
self.default_argv += (
|
||||
[ '--keep-open'
|
||||
, '--force-window'
|
||||
, '--vo drm'
|
||||
])
|
||||
super().__init__(debug=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user