From 8724e3e2dd3c74cab4320e81ed0b71f03a0ab142 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 20 May 2015 23:07:47 +0200 Subject: vo_xv: make number of buffers configurable --- DOCS/man/vo.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') 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 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. -- cgit v1.2.3