summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-05 21:53:51 +0100
committerwm4 <wm4@nowhere>2020-03-05 22:00:50 +0100
commit8427292eb7c4074e1205c3d73c53c9e82569325f (patch)
tree3991ddc0d8593b1702dfb7710fee658fa39c2af0 /DOCS/interface-changes.rst
parentf06bf8c073fb851c49e65506b783c17e3d76bc0e (diff)
downloadmpv-8427292eb7c4074e1205c3d73c53c9e82569325f.tar.bz2
mpv-8427292eb7c4074e1205c3d73c53c9e82569325f.tar.xz
demux: deprecate --cache-secs
Because it's confusing and useless. If nobody complains, we'll have one weird cache configuration option less.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 857697bc4c..991ba6aca3 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -33,6 +33,8 @@ Interface changes
- js modules: ~~/scripts/modules.js/ is no longer used, global paths can be
set with custom init (see docs), dir-scripts first look at <dir>/modules/
- the OSX bundle now logs to "~/Library/Logs/mpv.log" by default
+ - deprecate the --cache-secs option (once removed, the cache cannot be
+ limited by time anymore)
--- mpv 0.32.0 ---
- change behavior when using legacy option syntax with options that start
with two dashes (``--`` instead of a ``-``). Now, using the recommended