From 5020395c8354cc6d9bb3c65ab0a455f36c69b49b Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Tue, 11 Feb 2014 18:55:25 +0100 Subject: man: update wayland options --- DOCS/man/en/vo.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'DOCS') 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. + -- cgit v1.2.3