summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-27 20:47:43 +0100
committerwm4 <wm4@nowhere>2019-11-27 20:47:43 +0100
commitf09570664fd870cbd7403575c8f2a31e34d4c570 (patch)
tree20295772fa2483a10ef2b5c4c32a23ae40054f24
parentdb3b5c9309022a806b213771210e762ca5b5aa97 (diff)
downloadmpv-f09570664fd870cbd7403575c8f2a31e34d4c570.tar.bz2
mpv-f09570664fd870cbd7403575c8f2a31e34d4c570.tar.xz
DOCS/interface-changes.rst: more details about track property changes
Another subtle thing that should be mentioned. May or may not matter to someone.
-rw-r--r--DOCS/interface-changes.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 14d3bb0bd0..23e71b3a2d 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -55,7 +55,10 @@ Interface changes
"video", "sub") will now allow setting any track ID; before this change,
only IDs of actually existing tracks could be set (the restriction was
active the MPV_EVENT_FILE_LOADED/"file-loaded" event was sent). Setting
- an ID for which no track exists is equivalent to disabling it.
+ an ID for which no track exists is equivalent to disabling it. Note that
+ setting the properties to non-existing tracks may report it as selected
+ track for a small time window, until it's forced back to "no". The exact
+ details how this is handled may change in the future.
--- mpv 0.30.0 ---
- add `--d3d11-output-format` to enable explicit selection of a D3D11
swap chain format.