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 52aedfa494..44a5aedc03 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -75,6 +75,12 @@ Available video output drivers are: 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. + + .. note:: This is a fallback only, and should not be normally used. + ``vdpau`` (X11 only) Uses the VDPAU interface to display and optionally also decode video. Hardware decoding is used with ``--hwdec=vdpau``. |