summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-11 23:34:09 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-13 03:26:45 -0800
commit55993fde6df3fa38c47d2b08e6517053f4bc5ce4 (patch)
treea2572d940f8e7c9ab42b495263e8c780c127dac7 /DOCS/man/vo.rst
parentb478d2b1ce7a84fb25e796281ca537c632ca8f07 (diff)
downloadmpv-55993fde6df3fa38c47d2b08e6517053f4bc5ce4.tar.bz2
mpv-55993fde6df3fa38c47d2b08e6517053f4bc5ce4.tar.xz
manpage: remove stale vo_wayland entry
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 79986d905b..20e406dd4e 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -428,25 +428,6 @@ Available video output drivers are:
``--vo-image-outdir=<dirname>``
Specify the directory to save the image files to (default: ``./``).
-``wayland`` (Wayland only)
- Wayland shared memory video output as fallback for ``gpu``.
-
- .. note:: This driver is for compatibility with systems that don't provide
- working OpenGL drivers.
-
- The following global options are supported by this video output:
-
- ``--vo-wayland-alpha``
- Use a buffer format that supports videos and images with alpha
- information
- ``--vo-wayland-rgb565``
- Use RGB565 as buffer format. This format is implemented on most
- platforms, especially on embedded where it is far more efficient then
- RGB8888.
- ``--vo-wayland-triple-buffering``
- Use 3 buffers instead of 2. This can lead to more fluid playback, but
- uses more memory.
-
``opengl-cb``
For use with libmpv direct OpenGL embedding; useless in any other contexts.
(See ``<mpv/opengl_cb.h>``.)