summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2017-01-25 08:17:43 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2017-01-25 08:17:43 +0200
commit65c15479b383797e0d41c0fe92f87813a856981e (patch)
tree866b6afea944d95e3120a0fcb38cc7e5d0c6a335
parentbb5479eae5a6a62b9aa23604f713ab6642a9eb28 (diff)
Make default PBO's 3
-rw-r--r--glcapture.c2
1 files changed, 1 insertions, 1 deletions
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;