From 8c8e0fceedfe66bb2d5c07257514cbc64596bb3c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 14 Sep 2020 02:17:04 +0200 Subject: Fallback to software video playback if the system doesn't support hardware accelerated video playback --- src/VideoPlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/VideoPlayer.cpp b/src/VideoPlayer.cpp index 1f25b8b..8d57f62 100644 --- a/src/VideoPlayer.cpp +++ b/src/VideoPlayer.cpp @@ -89,7 +89,7 @@ namespace QuickMedia { args.insert(args.end(), { "--no-config", /*"--demuxer-max-bytes=40M", "--demuxer-max-back-bytes=20M",*/ "--profile=gpu-hq", - "--vo=gpu", + "--vo=gpu,vdpau,x11", "--hwdec=auto" }); } -- cgit v1.2.3