summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Jin <bjin1990@gmail.com>2014-08-22 14:00:20 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-08-25 11:23:05 +0200
commit8c7d61f1d94ece8c35b6bb83a7023542e2cc1182 (patch)
tree6774722d8e39b111b5b9622ea2049669e5cdc1c5
parentf021b5a3798128a7fb44dab5708ce1223c1f3fbe (diff)
downloadmpv-8c7d61f1d94ece8c35b6bb83a7023542e2cc1182.tar.bz2
mpv-8c7d61f1d94ece8c35b6bb83a7023542e2cc1182.tar.xz
manpage: remove duplicated content
Probably be accidentally added in b6b8bffd. CC: @mpv-player/stable Signed-off-by: wm4 <wm4@nowhere>
-rw-r--r--DOCS/man/options.rst29
1 files changed, 0 insertions, 29 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 81da53baa7..be5efe77b9 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1544,35 +1544,6 @@ Window
depending on GPU drivers and hardware. For other VOs, this just makes
rendering slower.
-``--fs-missioncontrol``
- (OS X only)
- Use OS X Mission Control's fullscreen feature instead of the custom one
- provided by mpv. This can potentially break a lot of stuff like
- ``--geometry`` and is disabled by default. On the other hand it provides
- a more 'OS X-like' user experience.
-
-``--cursor-autohide=<number|no|always>``
- Make mouse cursor automatically hide after given number of milliseconds.
- ``no`` will disable cursor autohide. ``always`` means the cursor will stay
- hidden.
-
-``--cursor-autohide-fs-only``
- If this option is given, the cursor is always visible in windowed mode. In
- fullscreen mode, the cursor is shown or hidden according to
- ``--cursor-autohide``.
-
-``--no-fixed-vo``, ``--fixed-vo``
- ``--no-fixed-vo`` enforces closing and reopening the video window for
- multiple files (one (un)initialization for each file).
-
-``--force-rgba-osd-rendering``
- Change how some video outputs render the OSD and text subtitles. This
- does not change appearance of the subtitles and only has performance
- implications. For VOs which support native ASS rendering (like ``vdpau``,
- ``opengl``, ``direct3d``), this can be slightly faster or slower,
- depending on GPU drivers and hardware. For other VOs, this just makes
- rendering slower.
-
``--force-window-position``
Forcefully move mpv's video output window to default location whenever
there is a change in video parameters, video stream or file. This used to