summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-01 01:07:21 +0100
committerwm4 <wm4@nowhere>2014-11-01 01:07:21 +0100
commitdab6cbca163910abf7bff93dec73b21d0a99b473 (patch)
treefdc0c4ea7c155775fffb2a75005ee2f9f1aa5faa /player/core.h
parent0e97808fc5ecfa252584d0d52abc69aab0bad4e5 (diff)
downloadmpv-dab6cbca163910abf7bff93dec73b21d0a99b473.tar.bz2
mpv-dab6cbca163910abf7bff93dec73b21d0a99b473.tar.xz
player: update meaning of drop_frame_cnt
Rename the variable, update comments, and update the documentation of the property which returns its value.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h5
1 files changed, 2 insertions, 3 deletions
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