summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-06 17:49:37 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-06 14:42:22 -0800
commit34cf655ddd99a67af0d1899499c14c4617236352 (patch)
treeee11205f2d8806474208e0d67f3c4af0ea6d5f01 /DOCS/interface-changes.rst
parentcf8855cd2efb2828441dde19a713a34af20b4bc5 (diff)
downloadmpv-34cf655ddd99a67af0d1899499c14c4617236352.tar.bz2
mpv-34cf655ddd99a67af0d1899499c14c4617236352.tar.xz
player: strictly never autoselect tracks from --external-files
Before this commit, some autoselection of tracks coming from files loaded with --external-files was still done. This commit removes all of it, and the only way to select a track is via the explicit stream selection options like --vid/--sid/--aid. I think this was always the original intention. The change could in theory still unintentionally surprise some users, so add a changelog entry. This does not affect --audio-file/--sub-file, even if these contain mismatching track types. E.g. if audio files passed to --audio-file contain subtitles, these should still be selected. Past feature requests indicate that users want this.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 66d284cdd0..c252a57f82 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -22,6 +22,8 @@ Interface changes
--- mpv 0.29.0 ---
- drop deprecated --videotoolbox-format, --ff-aid, --ff-vid, --ff-sid,
--ad-spdif-dtshd, --softvol options
+ - fix --external-files: strictly never select any tracks from them, unless
+ explicitly selected (this may or may not be expected)
--- mpv 0.28.0 ---
- rename --hwdec=mediacodec option to mediacodec-copy, to reflect
conventions followed by other hardware video decoding APIs