summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-02 09:42:19 +0200
committerwm4 <wm4@nowhere>2016-09-02 09:42:19 +0200
commit3659f9e41646b95dc812640a49bb0b8cb879e441 (patch)
treefaac69eb141daeb80f9b5ba572fc41241e0dd587 /DOCS/man/input.rst
parentce05413a87ee24e706bf3cc044bf7eec422d034a (diff)
downloadmpv-3659f9e41646b95dc812640a49bb0b8cb879e441.tar.bz2
mpv-3659f9e41646b95dc812640a49bb0b8cb879e441.tar.xz
command: deprecate "cache" property, replace with "cache-percent"
The --cache option and cache property conflict, so one of them has to be renamed. The option is probably used frequently, so initiate deprecation/rename of the property.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 56fa6b355e..dbd6166df9 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2089,11 +2089,7 @@ caveats with some properties (due to historical reasons):
If a VO is created, this will return either the actual display FPS, or
an invalid value, instead of the option value.
-``cache``
- This behaves completely different as property: instead of configuring the
- cache size like the option, it returns the cache state in percent.
-
-``demuxer``, ``idle``, ``length``, ``audio-samplerate``, ``audio-channels``, ``audio-format``, ``fps``
+``demuxer``, ``idle``, ``length``, ``audio-samplerate``, ``audio-channels``, ``audio-format``, ``fps``, ``cache``
These behave completely different as property, but are deprecated (newer
aliases which don't conflict have been added). After the deprecation period
they will be changed to the proper option behavior.