summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst2
-rw-r--r--DOCS/man/options.rst5
2 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 538439ec28..8d34fcf99e 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -43,6 +43,8 @@ Interface changes
- add `--libplacebo-opts` option
- change `--video-pan-x/y` to be relative to the destination rectangle
- add `--audio-file-exts`, `--cover-art-auto-exts`, and `--sub-auto-exts`
+ - change `slang` default back to NULL
+ - remove special handling of the `auto` value from `--alang/slang/vlang` options
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 23692a672f..94d7bce6e8 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -11,9 +11,6 @@ Track Selection
A track that matches more subtags will be preferred over one that matches fewer,
with preference given to earlier subtags over later ones. See also ``--aid``.
- The special value "auto" can be included anywhere in the list,
- and is equivalent to the user's OS-level list of preferred languages.
-
This is a string list option. See `List Options`_ for details.
.. admonition:: Examples
@@ -24,7 +21,7 @@ Track Selection
audio.
``--slang=<languagecode[,languagecode,...]>``
- Equivalent to ``--alang``, for subtitle tracks (default: auto).
+ Equivalent to ``--alang``, for subtitle tracks.
This is a string list option. See `List Options`_ for details.