summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-28 19:51:44 +0100
committerwm4 <wm4@nowhere>2014-10-28 20:30:12 +0100
commit2c320fb609dde644bcfa3389e6a2664baa38ee2b (patch)
tree34dd218faa868661b0edd5e86d9bad55583f33bb /DOCS/man
parent0c71ae0528a6143995697fb02023c3180ee44c18 (diff)
downloadmpv-2c320fb609dde644bcfa3389e6a2664baa38ee2b.tar.bz2
mpv-2c320fb609dde644bcfa3389e6a2664baa38ee2b.tar.xz
player: add an option to abort playback on partial init failures
This is probably what libmpv users want; and it also improves error reporting (or we'd have to add a way to communicate such mid-playback failures as events).
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index ab548354bc..6a45cbb8ab 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -252,6 +252,12 @@ Playback Control
Without ``--hr-seek``, skipping will snap to keyframes.
+``--stop-playback-on-init-failure=<yes|no>``
+ Stop playback if either audio or video fails to initialize. Currently,
+ the default behavior is ``no`` for the command line player, but ``yes``
+ for libmpv. With ``no``, playback will continue in video-only or audio-only
+ mode if one of them fails. This doesn't affect playback of audio-only or
+ video-only files.
Program Behavior
----------------