summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-31 00:22:01 +0200
committerwm4 <wm4@nowhere>2014-08-31 00:22:01 +0200
commit895687844829068999869326de3cb9174e5fb496 (patch)
treec693886145b4f51c4b032756899cada19f4d71e8 /DOCS/man
parent94140e08971822b75168cac014fa037f76db3828 (diff)
downloadmpv-895687844829068999869326de3cb9174e5fb496.tar.bz2
mpv-895687844829068999869326de3cb9174e5fb496.tar.xz
manpage: be more explicit about "estimated-..." properties
In particular, use the note markup. The issue about rounded timestamps is mostly with respect to Matroska (which usually rounds them to milliseconds), which somewhat adds to the reliability issue.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index e6ad7dc037..ec117774b3 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -597,12 +597,17 @@ Property list
size of the currently played segment is returned.)
``estimated-frame-count``
- Total number of frames in current file. Note: It's only an estimate.
- (It's computed from two unreliable quantities: fps and stream length.)
+ Total number of frames in current file.
+
+ .. note:: This is only an estimate. (It's computed from two unreliable
+ quantities: fps and stream length.)
``estimated-frame-number``
Number of current frame in current stream.
+ .. note:: This is only an estimate. (It's computed from two unreliable
+ quantities: fps and possibly rounded timestamps.)
+
``path``
Full path of the currently played file.