summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-06-26 17:17:34 +0200
committerwm4 <wm4@nowhere>2015-06-26 17:17:34 +0200
commitd11184a256ed709a03fa94a4e3940eed1b76d76f (patch)
tree0e5a3d178a43a1fc73642eadeaddf224c0ebb25f /DOCS
parentcd6d846b70afc366a6d353571f3b730f7698106a (diff)
downloadmpv-d11184a256ed709a03fa94a4e3940eed1b76d76f.tar.bz2
mpv-d11184a256ed709a03fa94a4e3940eed1b76d76f.tar.xz
vo_x11: remove this video output
It only causes additional maintenance work. Even if you wanted to have a fallback, it's probably better to use --vo=sdl or so.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 795a1e6a3f..abf72f9b00 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -75,12 +75,6 @@ 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``.