From 4bc29c173090de173300b6e36da2bec1cae8c6f6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 21 Jul 2017 20:00:09 +0200 Subject: options: kill --field-dominance GPL-only author, no chance of relicensing. --- DOCS/interface-changes.rst | 2 ++ DOCS/man/options.rst | 12 ------------ DOCS/man/vf.rst | 2 +- DOCS/man/vo.rst | 2 +- 4 files changed, 4 insertions(+), 14 deletions(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index baf767649e..9048a29a3a 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -19,6 +19,8 @@ Interface changes :: + --- mpv 0.27.0 --- + - drop previously deprecated --field-dominance option --- mpv 0.26.0 --- - remove remaining deprecated audio device options, like --alsa-device Some of them were removed in earlier releases. 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=`` - 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=`` Play/convert only first ```` video frames, then quit. diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index 9e416b8df8..9ed8f2f047 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -787,7 +787,7 @@ Available mpv-only filters are: no Don't perform deinterlacing. first-field - Show only first field (going by ``--field-dominance``). + Show only first field. bob bob deinterlacing (default). weave, motion-adaptive, motion-compensated diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 20e8e0baf7..1552b217cb 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -356,7 +356,7 @@ Available video output drivers are: no Don't allow deinterlacing (default for newer libva). first-field - Show only first field (going by ``--field-dominance``). + Show only first field. bob bob deinterlacing (default for older libva). -- cgit v1.2.3