summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index df4bf94566..9c768a5c1e 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -688,9 +688,10 @@ Property list
disabled.
``drop-frame-count``
- Frames dropped because they arrived too late. Doesn't necessarily indicate
- actual frame-drops, just the number of times the decoder was asked to drop.
- Unavailable if video is disabled
+ Video frames dropped by decoder, because video is too far behind audio (when
+ using ``--framedrop=decoder``). Sometimes, this may be incremented in other
+ situations, e.g. when video packets are damaged, or the decoder doesn't
+ follow the usual rules. Unavailable if video is disabled.
``vo-drop-frame-count``
Frames dropped by VO (when using ``--framedrop=vo``).