Make screencopy the default capturing backend

pull/1/head
Andri Yngvason 2019-12-23 12:50:36 +00:00
parent a9044f9c20
commit 7c1722445d
1 changed files with 1 additions and 1 deletions

View File

@ -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";