summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2018-04-08 02:33:25 -0700
committerJan Ekström <jeebjp@gmail.com>2018-04-08 22:24:04 +0300
commit576dabf654702724a84e957e8ecf45678b5f83ed (patch)
treef678a5e391911dc67fa1bbd67a4776c98bbe152e
parentec625266c8f2b2c06355f31b5d58ec030bbc8e5d (diff)
downloadmpv-576dabf654702724a84e957e8ecf45678b5f83ed.tar.bz2
mpv-576dabf654702724a84e957e8ecf45678b5f83ed.tar.xz
manpage: move cuda-decode-device with hwdec options
-rw-r--r--DOCS/man/options.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0680c2b6e5..ee2c6ee9a4 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -912,6 +912,16 @@ Video
Deprecated. Use ``--hwdec-image-format`` if you really need this. If both
are specified, ``--hwdec-image-format`` wins.
+``--cuda-decode-device=<auto|0..>``
+ Choose the GPU device used for decoding when using the ``cuda`` hwdec.
+
+ By default, the device that is being used to provide OpenGL output will
+ also be used for decoding (and in the vast majority of cases, only one
+ GPU will be present).
+
+ Note that when using the ``cuda-copy`` hwdec, a different option must be
+ passed: ``--vd-lavc-o=gpu=<0..>``.
+
``--panscan=<0.0-1.0>``
Enables pan-and-scan functionality (cropping the sides of e.g. a 16:9
video to make it fit a 4:3 display without black bands). The range
@@ -5373,16 +5383,6 @@ The following video options are currently all specific to ``--vo=gpu`` and
NOTE: This is not cleaned automatically, so old, unused cache files may
stick around indefinitely.
-``--cuda-decode-device=<auto|0..>``
- Choose the GPU device used for decoding when using the ``cuda`` hwdec.
-
- By default, the device that is being used to provide OpenGL output will
- also be used for decoding (and in the vast majority of cases, only one
- GPU will be present).
-
- Note that when using the ``cuda-copy`` hwdec, a different option must be
- passed: ``--vd-lavc-o=gpu=<0..>``.
-
Miscellaneous
-------------