Skip to content

Commit 353b95d

Browse files
committed
🐛 fix video output on linux
1 parent ad82ad5 commit 353b95d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/player/engine.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Engine::Engine(QObject* parent) : QObject(parent) {
3333
throw std::runtime_error("could not initialize mpv context");
3434

3535
// Request hardware decoding, maybe useful on some laptops.
36+
setMpvProperty("vo", "libmpv");
3637
setMpvProperty("hwdec", "auto");
3738

3839
mpv_observe_property(m_mpvHandle, 0, "duration", MPV_FORMAT_DOUBLE);

0 commit comments

Comments
 (0)