1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

manpage: slightly improve description of --cache-pause option

This commit is contained in:
wm4 2018-01-03 21:19:59 +01:00 committed by Kevin Mitchell
parent ad1d845682
commit 6092c967ab

View File

@ -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