summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 2802ce914c..265787e73a 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -423,12 +423,12 @@ Available video output drivers are:
Selects the dither algorithm which libsixel should apply.
Can be one of the below list as per libsixel's documentation.
- auto
- Choose diffuse type automatically
+ auto (Default)
+ Let libsixel choose the dithering method.
none
Don't diffuse
atkinson
- Diffuse with Bill Atkinson's method. (Default)
+ Diffuse with Bill Atkinson's method.
fs
Diffuse with Floyd-Steinberg method
jajuni