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/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 2cf91cfd68..dbe81bff15 100644 --- a/player/command.c +++ b/player/command.c @@ -524,7 +524,7 @@ static int mp_property_drop_frame_cnt(void *ctx, struct m_property *prop, if (!mpctx->d_video) return M_PROPERTY_UNAVAILABLE; - return m_property_int_ro(action, arg, mpctx->drop_frame_cnt); + return m_property_int_ro(action, arg, mpctx->dropped_frames_total); } static int mp_property_vo_drop_frame_count(void *ctx, struct m_property *prop, -- cgit v1.2.3