summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/interface-changes.rst4
-rw-r--r--etc/mpv.conf3
2 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 82a5d1a875..3aa2a541e8 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -55,6 +55,10 @@ Interface changes
as reference, which lists the definitive names.
- edition and disc title switching will now fully reload playback (may have
consequences for scripts, client API, or when using file-local options)
+ - with the removal of the stream cache, the following properties and options were
+ dropped: `cache`, `cache-size`, `cache-free`, `cache-used`, `--cache-default`,
+ `--cache-initial`, `--cache-seek-min`, `--cache-backbuffer`, `--cache-file`,
+ `--cache-file-size`
- remove async playback abort hack. This breaks aborting playback in the
following cases, iff the current stream is a network stream that
completely stopped responding:
diff --git a/etc/mpv.conf b/etc/mpv.conf
index 2a8f8b9f8b..de277fba8a 100644
--- a/etc/mpv.conf
+++ b/etc/mpv.conf
@@ -95,9 +95,6 @@
# cache settings
#
-# Use 150MB input cache by default. The cache is enabled for network streams only.
-#cache-default=153600
-#
# Use 150MB input cache for everything, even local files.
#cache=153600
#