summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-09 16:26:44 +0200
committerwm4 <wm4@nowhere>2016-08-09 17:09:29 +0200
commit062349ff5b9b062aff581e96f3770e6cbd419491 (patch)
treee9578ded2892d8f9327673f91534e70e96219095 /DOCS/man/options.rst
parenteab92cec60d92e0de2ea53d4d01052f4d7acc5d5 (diff)
downloadmpv-062349ff5b9b062aff581e96f3770e6cbd419491.tar.bz2
mpv-062349ff5b9b062aff581e96f3770e6cbd419491.tar.xz
player: add --audio-wait-open options
Complements the option added in the previous commit.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 344b77bf3a..2deadd29df 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1352,6 +1352,14 @@ Audio
Not all AOs support this.
+``--audio-wait-open=<secs>``
+ This makes sense for use with ``--audio-stream-silence=yes``. If this option
+ is given, the player will wait for the given amount of seconds after opening
+ the audio device before sending actual audio data to it. Useful if your
+ expensive hardware discards the first 1 or 2 seconds of audio data sent to
+ it. If ``--audio-stream-silence=yes`` is not set, this option will likely
+ just waste time.
+
Subtitles
---------