From fcb320fd3fd3b1fc5549c009f23fc831bd37a495 Mon Sep 17 00:00:00 2001 From: Leo Izen Date: Wed, 13 Mar 2019 23:03:03 -0400 Subject: 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. --- DOCS/man/mpv.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 `` 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] -- cgit v1.2.3