summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-20 05:29:04 +0200
committerwm4 <wm4@nowhere>2017-04-20 05:29:04 +0200
commitf41e50530fb8144793a89d5edbccb1a415415e16 (patch)
tree01ad8d8e8da4109a7b9d7553791bfd2b004ed6f0 /DOCS
parent150c988e8811261ea48a31d26fc0d22f98dcad3b (diff)
downloadmpv-f41e50530fb8144793a89d5edbccb1a415415e16.tar.bz2
mpv-f41e50530fb8144793a89d5edbccb1a415415e16.tar.xz
options: change --audio-file-auto default to not to load any files
There have been user complaints, and I'm annoyed by this behavior myself.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 0e1fa35666..bdf5791a6b 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -45,6 +45,9 @@ Interface changes
but changed to alias --loop-file
- add --keep-open-pause=no
- deprecate --demuxer-max-packets
+ - change --audio-file-auto default from "exact" to "no" (mpv won't load
+ files with the same filename as the video, but different extension, as
+ audio track anymore)
--- mpv 0.24.0 ---
- deprecate --hwdec-api and replace it with --opengl-hwdec-interop.
The new option accepts both --hwdec values, as well as named backends.