summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-21 12:24:22 +0100
committerwm4 <wm4@nowhere>2014-03-11 00:15:53 +0100
commit6d6eee2e703aadf3530d70f2c80611de40b44edb (patch)
tree327e174e860ea2b04705bdca230ab45a5bfb80dd
parent89f20cd2f35ad25271ac91606ec459467d61a0ed (diff)
downloadmpv-6d6eee2e703aadf3530d70f2c80611de40b44edb.tar.bz2
mpv-6d6eee2e703aadf3530d70f2c80611de40b44edb.tar.xz
manpage: fix yadif example in one case
-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 f36c598a9c..9759334d8d 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).