mirror of
https://github.com/mpv-player/mpv
synced 2025-02-24 00:46:58 +00:00
docs: add removed properties and options to interface-changes.rst
This commit is contained in:
parent
179ad276f2
commit
7c565547b8
@ -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:
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user