summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2017-12-28 05:10:54 -0700
committerKevin Mitchell <kevmitch@gmail.com>2017-12-28 05:12:54 -0700
commitd9ca235c68038629807fbcf21fd679cadbb8eba8 (patch)
treeba4612033a6d5031ec32ec061ebf1f695807c7ce
parent5e50fe30492cd593ba33d3daa846b650c7d302ca (diff)
downloadmpv-d9ca235c68038629807fbcf21fd679cadbb8eba8.tar.bz2
mpv-d9ca235c68038629807fbcf21fd679cadbb8eba8.tar.xz
manpage: put android surface options on one line
This is required by rst2man.
-rw-r--r--DOCS/man/options.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index baf8f3a6d5..c68f1468d4 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4753,8 +4753,7 @@ The following video options are currently all specific to ``--vo=gpu`` and
OS X only.
-``--android-surface-width=<number>``
-``--android-surface-height=<number>``
+``--android-surface-width=<number>``, ``--android-surface-height=<number>``
Set dimensions of the rendering surface used by the Android gpu context.
Needs to be set by the embedding application. Setting these does not re-
configure the vo, thus ``vo-resize`` should be called afterwards.