summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-04-06 16:04:46 +0200
committerJan Ekström <jeebjp@gmail.com>2021-04-08 23:47:35 +0300
commitf1d0365a6f72b88f7427814f636863ae1656f72a (patch)
treee08d77c4f35026cfdf353abc7e6113dc1c840bc8 /DOCS
parent3c34e6fec4b942c92313546cacd14be539cd951f (diff)
downloadmpv-f1d0365a6f72b88f7427814f636863ae1656f72a.tar.bz2
mpv-f1d0365a6f72b88f7427814f636863ae1656f72a.tar.xz
demux: undeprecate --cache-secs
It serves a purpose and a rework of the cache won't be coming anytime soon. This partially reverts commit 8427292eb7c4074e1205c3d73c53c9e82569325f.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/options.rst6
2 files changed, 1 insertions, 6 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index ff7bf75c89..4a36041595 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -36,6 +36,7 @@ Interface changes
`whole`.
- add an additional optional `albumart` argument to the `video-add` command,
which tells mpv to load the given video as album art.
+ - undeprecate `--cache-secs` option
--- mpv 0.33.0 ---
- add `--d3d11-exclusive-fs` flag to enable D3D11 exclusive fullscreen mode
when the player enters fullscreen.
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a3e811039a..14e58b28e5 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4579,12 +4579,6 @@ Cache
Turn off input stream caching. See ``--cache``.
``--cache-secs=<seconds>``
- Deprecated. Once this option is removed, there will be no way to limit the
- cache size by time (only by size with ``--demuxer-max-bytes``). This option
- is considered useless, since there is no good reason to limit the cache by
- time, and the default value of this option is already something very high.
- The interaction with the other cache options is also confusing.
-
How many seconds of audio/video to prefetch if the cache is active. This
overrides the ``--demuxer-readahead-secs`` option if and only if the cache
is enabled and the value is larger. The default value is set to something