summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-20 23:07:47 +0200
committerwm4 <wm4@nowhere>2015-05-20 23:07:47 +0200
commit8724e3e2dd3c74cab4320e81ed0b71f03a0ab142 (patch)
tree4af15c0aa2fbd0f6fc8878f5761f23bf5d073f4f /DOCS/man/vo.rst
parent9bd3ae311f206ce5cac8f8471f75f6fc02206173 (diff)
downloadmpv-8724e3e2dd3c74cab4320e81ed0b71f03a0ab142.tar.bz2
mpv-8724e3e2dd3c74cab4320e81ed0b71f03a0ab142.tar.xz
vo_xv: make number of buffers configurable
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst6
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.