summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-11-23 15:16:19 -0800
committerKevin Mitchell <kevmitch@gmail.com>2015-11-23 15:18:52 -0800
commit4f103b209312ca8fa1471fc09ebb15c273f818b8 (patch)
tree9075245667ae373a94b799630a9761a02f85c28f /DOCS/man/vo.rst
parent2e401201adf562ae9824fc79e6834ca648b0b114 (diff)
downloadmpv-4f103b209312ca8fa1471fc09ebb15c273f818b8.tar.bz2
mpv-4f103b209312ca8fa1471fc09ebb15c273f818b8.tar.xz
manpage: deinterlace is now the lowercase d
there were a few places that that used an upper case D and one that still actually said Shift+D
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index af05da5207..440e083c16 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -105,7 +105,7 @@ Available video output drivers are:
Select deinterlacing mode (default: 0). In older versions (as well as
MPlayer/mplayer2) you could use this option to enable deinterlacing.
This doesn't work anymore, and deinterlacing is enabled with either
- the ``D`` key (by default mapped to the command ``cycle deinterlace``),
+ the ``d`` key (by default mapped to the command ``cycle deinterlace``),
or the ``--deinterlace`` option. Also, to select the default deint mode,
you should use something like ``--vf-defaults=vdpaupp:deint-mode=temporal``
instead of this sub-option.
@@ -1007,7 +1007,7 @@ Available video output drivers are:
``deint-mode=<mode>``
Select deinterlacing algorithm. Note that by default deinterlacing is
- initially always off, and needs to be enabled with the ``D`` key
+ initially always off, and needs to be enabled with the ``d`` key
(default key binding for ``cycle deinterlace``).
This option doesn't apply if libva supports video post processing (vpp).