summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-05 02:08:19 +0200
committerwm4 <wm4@nowhere>2019-10-05 02:08:19 +0200
commit788203031dd555ddabba1ed5817485bf3bd00152 (patch)
tree2e3974e97b4c63ce0dbc335f8e46b92dc3a2fd5d /DOCS
parente8f32a92f861d670b51eff8ac29cecf963f3b8f0 (diff)
downloadmpv-788203031dd555ddabba1ed5817485bf3bd00152.tar.bz2
mpv-788203031dd555ddabba1ed5817485bf3bd00152.tar.xz
DOCS/interface-changes.rst: simplify playback abort change description
Although it was not true at the time this was written, both the "program" and "cache-size" are gone now. Since the changelog is for the entire next release, it makes no sense to mention these removed properties. It also happens to make the description of this much simpler, because it's a non-issue now. It's probably not even worth mentioning anymore.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst13
1 files changed, 2 insertions, 11 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index c5edb76a9f..f23cef5076 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -76,17 +76,8 @@ Interface changes
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:
- - setting "program" property
- - setting "cache-size" property
- In earlier versions of mpv, the player core froze as well in these cases,
- but could still be aborted with the quit, stop, playlist-prev,
- playlist-next commands. If these properties are not accessed, frozen
- network streams should not freeze the player core (only playback in
- uncached regions), and differing behavior should be reported as a bug.
- If --demuxer-thread=no is used, there are no guarantees.
+ - remove async playback abort hack. This may make it impossible to abort
+ playback if --demuxer-thread=no is forced.
- remove `--macos-title-bar-style`, replaced by `--macos-title-bar-material`
and `--macos-title-bar-appearance`.
- The default for `--vulkan-async-compute` has changed to `yes` from `no`