From dab6cbca163910abf7bff93dec73b21d0a99b473 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 1 Nov 2014 01:07:21 +0100 Subject: player: update meaning of drop_frame_cnt Rename the variable, update comments, and update the documentation of the property which returns its value. --- DOCS/man/input.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'DOCS') 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``). -- cgit v1.2.3