summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorshinchiro <shinchiro@users.noreply.github.com>2016-09-12 12:18:04 +0800
committerwm4 <wm4@nowhere>2016-09-12 13:15:36 +0200
commit343f5ca24beeddc69f49d43448acc05b982176ad (patch)
treed1e5b9b1c202d7308974f28b28a51874d87f1f60 /DOCS/man/options.rst
parent043512045eb2b4c3b6a382f2bfe6be5bc01b6c8b (diff)
downloadmpv-343f5ca24beeddc69f49d43448acc05b982176ad.tar.bz2
mpv-343f5ca24beeddc69f49d43448acc05b982176ad.tar.xz
man: fix building pdf
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 8e97c87c67..1ccffd0660 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -685,12 +685,14 @@ Video
supported but maybe we can add support after CUDA 8 is released (and
it will be rounded down to 8 bits).
- ``cuda-copy`` has the same limitations as ``cuda`` - particularly
- its handling of deinterlacing.
+ ``cuda-copy`` has the same limitations as ``cuda`` - particularly
+ its handling of deinterlacing.
All other methods, in particular the copy-back methods (like
``dxva2-copy`` etc.) are either fully safe, or not worse than software
- decoding. In particular, ``auto-copy`` will only select safe modes
+ decoding.
+
+ In particular, ``auto-copy`` will only select safe modes
(although potentially slower than other methods).
``--hwdec-preload=<api>``
@@ -1949,7 +1951,7 @@ Window
``--taskbar-progress``, ``--no-taskbar-progress``
(Windows only)
Enable/disable playback progress rendering in taskbar (Windows 7 and above).
-
+
Enabled by default.
``--ontop``