summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-03 21:19:59 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-03 15:43:51 -0800
commit6092c967abfcd864567d518c1d8305000a086aed (patch)
tree6f86587ffc92b763002ee6d78fbee1508ebec6a5
parentad1d8456820c5d780c1aba82f0ce9d4316e95b3c (diff)
downloadmpv-6092c967abfcd864567d518c1d8305000a086aed.tar.bz2
mpv-6092c967abfcd864567d518c1d8305000a086aed.tar.xz
manpage: slightly improve description of --cache-pause option
-rw-r--r--DOCS/man/options.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 1a3c5d25cc..556299853f 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3851,9 +3851,10 @@ Cache
very high, so the actually achieved readahead will usually be limited by
the value of the ``--demuxer-max-bytes`` option.
-``--cache-pause``, ``--no-cache-pause``
- Whether the player should automatically pause when the cache runs low,
- and unpause once more data is available ("buffering").
+``--cache-pause=<yes|no>``
+ Whether the player should automatically pause when the cache runs out of
+ data and stalls decoding/playback (default: yes). If enabled, it will
+ pause and unpause once more data is available, aka "buffering".
Network