From e5fec0ad07d0b66d0433a86af723c71ca3374a88 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 13 Nov 2013 19:47:41 +0100 Subject: ao_null: add untimed sub-option --- DOCS/man/en/ao.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'DOCS') 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 -- cgit v1.2.3