From 7c1722445d85f64d8c546cb650919d7c65e0b8c7 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Mon, 23 Dec 2019 12:50:36 +0000 Subject: [PATCH] Make screencopy the default capturing backend --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index c916057..333f23a 100644 --- a/src/main.c +++ b/src/main.c @@ -464,7 +464,7 @@ int main(int argc, char* argv[]) int output_id = -1; enum frame_capture_backend_type fcbackend = - FRAME_CAPTURE_BACKEND_DMABUF; + FRAME_CAPTURE_BACKEND_SCREENCOPY; static const char* shortopts = "c:o:h";