summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-02-11 18:55:25 +0100
committerAlexander Preisinger <alexander.preisinger@gmail.com>2014-02-11 18:55:25 +0100
commit5020395c8354cc6d9bb3c65ab0a455f36c69b49b (patch)
treeaf6ac7758f37de878b12a51881c8149a629bcd73
parent0920dc1e26973046c7c81576e9cf868220c32506 (diff)
downloadmpv-5020395c8354cc6d9bb3c65ab0a455f36c69b49b.tar.bz2
mpv-5020395c8354cc6d9bb3c65ab0a455f36c69b49b.tar.xz
man: update wayland options
-rw-r--r--DOCS/man/en/vo.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst
index 8a7e8e55ff..8c3f1ba030 100644
--- a/DOCS/man/en/vo.rst
+++ b/DOCS/man/en/vo.rst
@@ -789,9 +789,14 @@ Available video output drivers are:
``wayland`` (Wayland only)
Wayland shared memory video output as fallback for ``opengl``.
- ``default-format``
- Use the default RGB32 format instead of an auto-detected one.
-
``alpha``
Use a buffer format that supports videos and images with alpha
information
+ ``rgb565``
+ Use RGB565 as buffer format. This format is implemented on most
+ platforms, especially on embedded where it is far more efficient then
+ RGB8888.
+ ``triple-buffering``
+ Use 3 buffers instead of 2. This can lead to more fluid playback, but
+ uses more memory.
+