summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-31 13:22:32 +0200
committerwm4 <wm4@nowhere>2016-08-31 13:38:14 +0200
commit7614f2b3a6789c43e2fee1a2bbc0bdbcc72148f0 (patch)
treee4ea242b6e442fd9cd096e38b0c4b9fbdb794b55 /DOCS
parent4d755143216e4d8dec22b4918c1dd290a5efe814 (diff)
downloadmpv-7614f2b3a6789c43e2fee1a2bbc0bdbcc72148f0.tar.bz2
mpv-7614f2b3a6789c43e2fee1a2bbc0bdbcc72148f0.tar.xz
vo_xv: remove an aliased option
Trying to get rid of them, and no-colorkey is an instance of it. Kill it.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index c775f6dde7..dda3ea61cd 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -49,9 +49,11 @@ Available video output drivers are:
set
Same as use but also sets the supplied color key.
- ``ck-method=<man|bg|auto>``
+ ``ck-method=<none|man|bg|auto>``
Sets the color key drawing method (default: man).
+ none
+ Disables color-keying.
man
Draw the color key manually (reduces flicker in some cases).
bg
@@ -63,9 +65,6 @@ Available video output drivers are:
Changes the color key to an RGB value of your choice. ``0x000000`` is
black and ``0xffffff`` is white.
- ``no-colorkey``
- Disables color-keying.
-
``buffers=<number>``
Number of image buffers to use for the internal ringbuffer (default: 2).
Increasing this will use more memory, but might help with the X server