mirror of
https://github.com/mpv-player/mpv
synced 2025-03-07 14:47:53 +00:00
player: rename "Late:" field to "SD:"
Follow up to previous commit. This is probably confusing from a user point of view, since this field shouldn't show up normally anymore. (Before this commit, it could show up sporadically when a slow operation was performed during playback, such as switching fullscreen.)
This commit is contained in:
parent
771583c285
commit
f5fb1e915e
@ -226,7 +226,7 @@ static void print_status(struct MPContext *mpctx)
|
||||
// VO stats
|
||||
if (mpctx->d_video) {
|
||||
if (mpctx->drop_frame_cnt)
|
||||
saddf(&line, " Late: %d", mpctx->drop_frame_cnt);
|
||||
saddf(&line, " SD: %d", mpctx->drop_frame_cnt);
|
||||
int64_t c = vo_get_drop_count(mpctx->video_out);
|
||||
if (c > 0)
|
||||
saddf(&line, " D: %"PRId64, c);
|
||||
|
Loading…
Reference in New Issue
Block a user