diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2017-01-23 06:47:12 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2017-01-23 06:47:12 +0200 |
commit | 51314b5eb9063a010432db4646f357356eef9e65 (patch) | |
tree | a8d42fd65b590d0ec766afaf6b7c0c9c1bc5111a | |
parent | ea0881b7a495e5f9463f82e2025389f130c4908a (diff) |
Update information
-rw-r--r-- | glcapture.c | 2 |
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. */ |