player: update meaning of drop_frame_cnt

Rename the variable, update comments, and update the documentation of
the property which returns its value.
This commit is contained in:
wm4
2014-11-01 01:07:21 +01:00
parent 0e97808fc5
commit dab6cbca16
5 changed files with 12 additions and 12 deletions

View File

@@ -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``).