diff options
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/vo.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 915ef960b1..b6a6baf91d 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -69,6 +69,12 @@ Available video output drivers are: ``no-colorkey`` Disables color-keying. + ``buffers=<number>`` + Number of image buffers to use for the internal ringbuffer (default: 2). + Increasing this will use more memory, but might help with the X server + not responding quickly enough if video FPS is close to or higher than + the display refresh rate. + ``x11`` (X11 only) Shared memory video output driver without hardware acceleration that works whenever X11 is present. |