summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
+