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. --- player/core.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index de21757cb1..445c0c7105 100644 --- a/player/core.h +++ b/player/core.h @@ -246,9 +246,8 @@ typedef struct MPContext { // How much video timing has been changed to make it match the audio // timeline. Used for status line information only. double total_avsync_change; - // Total number of dropped frames that were "approved" to be dropped. - // Actual dropping depends on --framedrop and decoder internals. - int drop_frame_cnt; + // Total number of dropped frames that were dropped by decoder. + int dropped_frames_total; // Number of frames dropped in a row. int dropped_frames; // A-V sync difference when last frame was displayed. Kept to display -- cgit v1.2.3