From 085dfdea3246e4d0e984f9f3ccba2959df89842d Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 20 Jan 2017 17:01:29 +0100 Subject: command: rename framedrop properties "drop-frame-count" -> "decoder-frame-drop-count" "vo-drop-frame-count" -> "frame-drop-count" This gets rid of the backwards "drop-frame" part in the name. Maybe calling the new property "frame-drops" would be better, but there are already a bunch of similar properties that end in "-count". --- DOCS/man/input.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'DOCS/man/input.rst') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 68f5ae53e8..dda049921d 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -940,15 +940,19 @@ Property list Total A-V sync correction done. Unavailable if audio or video is disabled. -``drop-frame-count`` +``decoder-frame-drop-count`` 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`` + ``drop-frame-count`` is a deprecated alias. + +``frame-drop-count`` Frames dropped by VO (when using ``--framedrop=vo``). + ``vo-drop-frame-count`` is a deprecated alias. + ``mistimed-frame-count`` Number of video frames that were not timed correctly in display-sync mode for the sake of keeping A/V sync. This does not include external -- cgit v1.2.3