summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-07-21 20:00:09 +0200
committerwm4 <wm4@nowhere>2017-07-21 20:00:09 +0200
commit4bc29c173090de173300b6e36da2bec1cae8c6f6 (patch)
treef9cdaaa43da04f91c18cb6cf7db8f05ad4e86b03 /DOCS/man/options.rst
parent7a51271d3d65f7be8911d835ed5f9bf22ea2eaee (diff)
downloadmpv-4bc29c173090de173300b6e36da2bec1cae8c6f6.tar.bz2
mpv-4bc29c173090de173300b6e36da2bec1cae8c6f6.tar.xz
options: kill --field-dominance
GPL-only author, no chance of relicensing.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 5c25794588..bb5ba6636a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -955,18 +955,6 @@ Video
added to the filter chain manually with ``--vf``. Then the core shouldn't
disable deinterlacing just because the ``--deinterlace`` was not set.
-``--field-dominance=<auto|top|bottom>``
- Set first field for interlaced content.
-
- :auto: (default) If the decoder does not export the appropriate
- information, it falls back on ``top`` (top field first).
- :top: top field first
- :bottom: bottom field first
-
- .. note::
-
- Setting either ``top`` or ``bottom`` will flag all frames as interlaced.
-
``--frames=<number>``
Play/convert only first ``<number>`` video frames, then quit.