summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-22 22:29:15 +0100
committerwm4 <wm4@nowhere>2016-03-22 22:29:15 +0100
commitba4569cf702c72fd85e11abeb52ba06e860ed2ea (patch)
tree98600f7e719d92934dcca2392b84ec96cb67864d /DOCS
parentfd3ae6c561e4e53c994eb802630fef00a2e0a18b (diff)
downloadmpv-ba4569cf702c72fd85e11abeb52ba06e860ed2ea.tar.bz2
mpv-ba4569cf702c72fd85e11abeb52ba06e860ed2ea.tar.xz
command: change "cache-speed" OSD formatting
Also change the property to an int, since using double is questionable and pointless.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 63506e7a4e..4244997111 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1197,8 +1197,8 @@ Property list
``cache-speed`` (R)
Current I/O read speed between the cache and the lower layer (like network).
- This is a float (using ``MPV_FORMAT_DOUBLE`` in the client API) and gives
- the value bytes per seconds over a 1 second window.
+ This gives the number bytes per seconds over a 1 second window (using
+ the type ``MPV_FORMAT_INT64`` for the client API).
``cache-idle`` (R)
Returns ``yes`` if the cache is idle, which means the cache is filled as