From e2874b40c15b929633016b90db52c9334d6f4f35 Mon Sep 17 00:00:00 2001 From: loki Date: Tue, 8 Jun 2021 22:38:48 +0200 Subject: [PATCH] unfinished vaapi encoder should not be default yet --- sunshine/video.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sunshine/video.cpp b/sunshine/video.cpp index 1a9fc947..365cabf9 100644 --- a/sunshine/video.cpp +++ b/sunshine/video.cpp @@ -516,10 +516,10 @@ static std::vector encoders { nvenc, amdvce, #endif + software, #ifdef __linux__ - vaapi, + vaapi #endif - software }; void reset_display(std::shared_ptr &disp, AVHWDeviceType type) {