summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-21 12:24:22 +0100
committerwm4 <wm4@nowhere>2014-02-23 16:49:27 +0100
commit0d4ec7d6657d7aef78a874cdd2e31ca1dad24081 (patch)
tree9b73dda40b459713f4e9f198b9e36e9798cd5d2b /DOCS
parentc3c82f5c3bcbced6a1e41ab21d554de7a2bc6ff6 (diff)
downloadmpv-0d4ec7d6657d7aef78a874cdd2e31ca1dad24081.tar.bz2
mpv-0d4ec7d6657d7aef78a874cdd2e31ca1dad24081.tar.xz
manpage: fix yadif example in one case
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index da67544d3f..5ddb681ed5 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -796,7 +796,7 @@ OPTIONS
``--field-dominance=<auto|top|bottom>``
Set first field for interlaced content. Useful for deinterlacers that
- double the framerate: ``--vf=yadif=1`` and ``--vo=vdpau:deint``.
+ double the framerate: ``--vf=yadif=field`` and ``--vo=vdpau:deint``.
:auto: (default) If the decoder does not export the appropriate
information, it falls back on ``top`` (top field first).