summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-13 19:47:41 +0100
committerwm4 <wm4@nowhere>2013-11-13 20:10:17 +0100
commite5fec0ad07d0b66d0433a86af723c71ca3374a88 (patch)
tree56168b7d0313901ddd7b6663dcc0fa54a28bdc76 /DOCS
parent621cff80df1f17f883e2ec028a4fe3d1f2470c0f (diff)
downloadmpv-e5fec0ad07d0b66d0433a86af723c71ca3374a88.tar.bz2
mpv-e5fec0ad07d0b66d0433a86af723c71ca3374a88.tar.xz
ao_null: add untimed sub-option
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/ao.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst
index a05811e2f3..c5b1b37fb3 100644
--- a/DOCS/man/en/ao.rst
+++ b/DOCS/man/en/ao.rst
@@ -150,7 +150,12 @@ Available audio output drivers are:
``null``
Produces no audio output but maintains video playback speed. Use
- ``--no-audio`` for benchmarking.
+ ``--ao=null:untimed`` for benchmarking.
+
+ ``untimed``
+ Do not simulate timing of a perfect audio device. This means audio
+ decoding will go as fast as possible, instead of timing it to the
+ system clock.
``pcm``
Raw PCM/WAVE file writer audio output