summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2019-03-13 23:03:03 -0400
committersfan5 <sfan5@live.de>2019-03-16 21:17:56 +0100
commitfcb320fd3fd3b1fc5549c009f23fc831bd37a495 (patch)
treebfd738b5f5c75b0c396182a21e5404b3b7645d91
parent98eea65605e98d3e6febcd1780b68595670d7183 (diff)
downloadmpv-fcb320fd3fd3b1fc5549c009f23fc831bd37a495.tar.bz2
mpv-fcb320fd3fd3b1fc5549c009f23fc831bd37a495.tar.xz
DOCS/man/mpv.rst: Fix big-cache profile example
The cache options were changed, and this commit fixes the example big-cache profile to use the new cache options.
-rw-r--r--DOCS/man/mpv.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 8c19906d62..bcf36b5be1 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -630,7 +630,8 @@ or at runtime with the ``apply-profile <name>`` command.
# a profile that can be enabled with --profile=big-cache
[big-cache]
- cache=123400
+ cache=yes
+ demuxer-max-bytes=123400KiB
demuxer-readahead-secs=20
[slow]