summaryrefslogtreecommitdiffstats
path: root/DOCS/man/ao.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-07 12:55:21 +0200
committerwm4 <wm4@nowhere>2016-09-07 12:55:21 +0200
commit355361e1e36e995bb2650a65f7ccf6ea1a30daf1 (patch)
treea4d740cad5ed24e083f5e29d15c37f47bb6f2268 /DOCS/man/ao.rst
parent5a7b1ff4c0cb176ee94995646d310f6ffd60fe61 (diff)
downloadmpv-355361e1e36e995bb2650a65f7ccf6ea1a30daf1.tar.bz2
mpv-355361e1e36e995bb2650a65f7ccf6ea1a30daf1.tar.xz
manpage: remove more references to deprecated sub-option syntax
Fixes #3497.
Diffstat (limited to 'DOCS/man/ao.rst')
-rw-r--r--DOCS/man/ao.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 979da9ee0e..0e45b1e96e 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -4,14 +4,11 @@ AUDIO OUTPUT DRIVERS
Audio output drivers are interfaces to different audio output facilities. The
syntax is:
-``--ao=<driver1[:suboption1[=value]:...],driver2,...[,]>``
+``--ao=<driver1,driver2,...[,]>``
Specify a priority list of audio 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.
+in the list.
``--ao-defaults=<driver1[:parameter1:parameter2:...],driver2,...>``
Set defaults for each driver.
@@ -173,8 +170,8 @@ Available audio output drivers are:
changed.
``null``
- Produces no audio output but maintains video playback speed. Use
- ``--ao=null:untimed`` for benchmarking.
+ Produces no audio output but maintains video playback speed. You can use
+ ``--ao=null --ao-null-untimed`` for benchmarking.
The following global options are supported by this audio output: