summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-01 12:31:06 -0500
committerDudemanguy <random342@airmail.cc>2023-10-07 02:41:27 +0000
commit50b23a8c4493517fa2130250d22d94bca4e27804 (patch)
tree416964c4f9fab7732fc3cc55e93e665f6a31400c /DOCS/interface-changes.rst
parenta96dd2f5e76c69859caa7b6e34b2fd9fd9e89672 (diff)
downloadmpv-50b23a8c4493517fa2130250d22d94bca4e27804.tar.bz2
mpv-50b23a8c4493517fa2130250d22d94bca4e27804.tar.xz
demux_cue: deprecate --demuxer-cue-codepage for --metadata-codepage
What are cue sheets not metadata or something? No reason this needs to be a separate option so just deprecate it. This does mean that the default value changes from "auto" to "utf-8" for this obscure fringe case. I really hope people don't use non-UTF-8 cuesheets, but the next commit will change the default of --metadata-codepage to "auto" so there's no actual change in behavior to users.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 9c7d69487a..b9fbb9739c 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -96,6 +96,7 @@ Interface changes
- add `--backdrop-type` option
- add `--window-affinity` option
- `--config-dir` no longer forces cache and state files to also reside in there
+ - deprecate `--demuxer-cue-codepage` in favor of `--metadata-codepage`
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.