From 65c15479b383797e0d41c0fe92f87813a856981e Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Wed, 25 Jan 2017 08:17:43 +0200 Subject: Make default PBO's 3 --- glcapture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glcapture.c b/glcapture.c index f0465fb..595d3cf 100644 --- a/glcapture.c +++ b/glcapture.c @@ -38,7 +38,7 @@ // XXX: Make these configurable // Use any amount you want as long as you have the vram for it -#define NUM_PBOS 2 +#define NUM_PBOS 3 // Target framerate for the video stream static uint32_t FPS = 60; -- cgit v1.2.3