summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-25 00:47:53 +0100
committerwm4 <wm4@nowhere>2019-11-25 00:47:53 +0100
commit3a2dc8b22e9f947c9cd3a91445b0731b8df1d798 (patch)
tree830404c6eeffd7c5ee9c7664d574cba84e7f8511 /DOCS/interface-changes.rst
parentc26e80d0fd1a751bac1674e5c0792b11eb57957d (diff)
downloadmpv-3a2dc8b22e9f947c9cd3a91445b0731b8df1d798.tar.bz2
mpv-3a2dc8b22e9f947c9cd3a91445b0731b8df1d798.tar.xz
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.)
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 1b8e2ec7a2..0e9ca4998a 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -43,6 +43,10 @@ Interface changes
- deprecate all input section commands (these will be changed/removed, as
soon as mpv internals do not require them anymore)
- remove deprecated --playlist-pos alias (use --playlist-start)
+ - deprecate --display-fps, introduce --override-display-fps. The display-fps
+ property now is unavailable if no VO exists (or the VO did not return a
+ display FPS), instead of returning the option value in this case. The
+ property will keep existing, but writing to it is deprecated.
--- mpv 0.30.0 ---
- add `--d3d11-output-format` to enable explicit selection of a D3D11
swap chain format.