From 7c565547b80fdc2a1bfdf31f9725129bcb16aa9d Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 6 Dec 2018 19:14:14 +0100 Subject: docs: add removed properties and options to interface-changes.rst --- DOCS/interface-changes.rst | 4 ++++ etc/mpv.conf | 3 --- 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 # -- cgit v1.2.3