summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-15 10:18:49 -0500
committerDudemanguy <random342@airmail.cc>2023-10-25 16:16:37 +0000
commit9924102c6685495ecbe4abdb6ca1a38c27919317 (patch)
tree17793d443e10042d4e07a2916e7c59bb9e08c330 /DOCS/interface-changes.rst
parent7aed492ccc48fd32084d7dfe65a50b5b90d8411a (diff)
downloadmpv-9924102c6685495ecbe4abdb6ca1a38c27919317.tar.bz2
mpv-9924102c6685495ecbe4abdb6ca1a38c27919317.tar.xz
options: rename --override-display-fps to --display-fps-override
Other similar options are in the form of --foo-override not --override-foo. The display-fps one was backwards so flip it around the other way for consistency reasons.
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 d47a4d9c41..f9cc1cd956 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -102,6 +102,7 @@ Interface changes
- deprecate `--cdda-toc-bias` option, offsets are always checked now
- disable `--allow-delayed-peak-detect` by default
- rename `--fps` to `--container-fps-override`
+ - rename `--override-display-fps` to `--display-fps-override`
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.