From 3a2dc8b22e9f947c9cd3a91445b0731b8df1d798 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 25 Nov 2019 00:47:53 +0100 Subject: command, options: deprecate old --display-fps behavior See changelog and manpage changes. (So much effort to fix an ancient dumb mistake for an option nobody should use anyway.) --- DOCS/man/options.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index b2ba69ff26..fde338ceb6 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -949,8 +949,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. - -``--display-fps=`` +``--override-display-fps=`` 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 @@ -960,6 +959,9 @@ Video Set this option only if you have reason to believe the automatically determined value is wrong. +``--display-fps=`` + Deprecated alias for ``--override-display-fps``. + ``--hwdec=`` Specify the hardware video decoding API that should be used if possible. Whether hardware decoding is actually done depends on the video codec. If @@ -4776,7 +4778,7 @@ The following video options are currently all specific to ``--vo=gpu`` and 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 - ``--display-fps``). + ``--override-display-fps``). ``--vulkan-swap-mode=`` Controls the presentation mode of the vulkan swapchain. This is similar -- cgit v1.2.3