From 355361e1e36e995bb2650a65f7ccf6ea1a30daf1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 7 Sep 2016 12:55:21 +0200 Subject: manpage: remove more references to deprecated sub-option syntax Fixes #3497. --- DOCS/man/vo.rst | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'DOCS/man/vo.rst') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index a3645617ae..57698d3cc8 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -4,14 +4,11 @@ VIDEO OUTPUT DRIVERS Video output drivers are interfaces to different video output facilities. The syntax is: -``--vo=`` +``--vo=`` Specify a priority list of video output drivers to be used. -If the list has a trailing ',', mpv will fall back on drivers not contained -in the list. Suboptions are optional and can mostly be omitted. - -You can also set defaults for each driver. The defaults are applied before the -normal driver parameters. +If the list has a trailing ``,``, mpv will fall back on drivers not contained +in the list. ``--vo-defaults=`` Set defaults for each driver. @@ -22,10 +19,10 @@ normal driver parameters. See ``--vo=help`` for a list of compiled-in video output drivers. - The recommended output driver is ``--vo=opengl``. All other drivers are - for compatibility or special purposes. By default, ``--vo=opengl`` is used, - but if that appears not to work, it fallback to other drivers (in the same - order as listed by ``--vo=help``). + The recommended output driver is ``--vo=opengl``, which is the default. All + other drivers are for compatibility or special purposes. If the default + does not work, it will fallback to other drivers (in the same order as + listed by ``--vo=help``). Available video output drivers are: -- cgit v1.2.3