summaryrefslogtreecommitdiff
path: root/glcapture.c
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2017-01-23 06:47:12 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2017-01-23 06:47:12 +0200
commit51314b5eb9063a010432db4646f357356eef9e65 (patch)
treea8d42fd65b590d0ec766afaf6b7c0c9c1bc5111a /glcapture.c
parentea0881b7a495e5f9463f82e2025389f130c4908a (diff)
Update information
Diffstat (limited to 'glcapture.c')
-rw-r--r--glcapture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glcapture.c b/glcapture.c
index 0c940dc..ee007ca 100644
--- a/glcapture.c
+++ b/glcapture.c
@@ -9,7 +9,7 @@
* You can test that it works by doing ./ffplay /tmp/glcapture.fifo
*
* Make sure you increase your maximum pipe size /prox/sys/fs/pipe-max-size
- * to minimum of 15 * (width * height * 3)
+ * to minimum of (FPS / 4) * ((width * height * 3) + 13)
*
* If you get xruns from alsa, consider increasing your audio buffer size.
*/