From 9924102c6685495ecbe4abdb6ca1a38c27919317 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 15 Oct 2023 10:18:49 -0500 Subject: 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. --- DOCS/interface-changes.rst | 1 + DOCS/man/options.rst | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'DOCS') 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. diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index b3c83de4da..d93493487b 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1179,7 +1179,7 @@ Video frame, so if this is not done, there is some likeliness that the VO has to drop some frames if rendering the first frame takes longer than needed. -``--override-display-fps=`` +``--display-fps-override=`` Set the display FPS used with the ``--video-sync=display-*`` modes. By default, a detected value is used. Keep in mind that setting an incorrect value (even if slightly incorrect) can ruin video playback. On multi-monitor @@ -5573,7 +5573,7 @@ them. require driver-specific hacks if using multiple monitors, to ensure mpv syncs to the right one. Compositing window managers can also lead to bad results, as can missing or incorrect display FPS information (see - ``--override-display-fps``). + ``--display-fps-override``). ``--vulkan-device=`` The name or UUID of the Vulkan device to use for rendering and presentation. Use -- cgit v1.2.3