summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-25 19:49:09 +0100
committerwm4 <wm4@nowhere>2019-11-25 20:29:43 +0100
commitfba7c69b8afe7a2c06f14b7fc96b53b1a55819cf (patch)
tree301427f83fafe389926a45883cfc86a7498fab9a /DOCS/interface-changes.rst
parent37ac43847eddc42f51e348a81c73bb1b42481ad0 (diff)
downloadmpv-fba7c69b8afe7a2c06f14b7fc96b53b1a55819cf.tar.bz2
mpv-fba7c69b8afe7a2c06f14b7fc96b53b1a55819cf.tar.xz
command: change vid/aid/sid property behavior slightly
Again in line with the option-to-property bridge changes. As usual, this causes subtle behavior changes, which may affect some users.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index a33bfd8be2..14d3bb0bd0 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -51,6 +51,11 @@ Interface changes
filter chain initialization fails. Instead, the vf/af options are always
set to the user's value, even if it does not reflect the "runtime" vf/af
chain.
+ - the vid/aid/sid/secondary-sid properties (and their aliases: "audio",
+ "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.
--- mpv 0.30.0 ---
- add `--d3d11-output-format` to enable explicit selection of a D3D11
swap chain format.