diff options
-rw-r--r-- | glcapture.c | 2 |
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; |