vo_xv: make number of buffers configurable

This commit is contained in:
wm4
2015-05-20 23:07:47 +02:00
parent 9bd3ae311f
commit 8724e3e2dd
2 changed files with 14 additions and 3 deletions

View File

@@ -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.