mirror of https://github.com/mpv-player/mpv
vo: log framedrops
Seems useful. (This was possibly added ages ago and then removed.)
This commit is contained in:
parent
6f6c4a57ec
commit
9664bc23d5
|
@ -830,7 +830,9 @@ static bool render_frame(struct vo *vo)
|
|||
update_vsync_timing_after_swap(vo);
|
||||
}
|
||||
|
||||
if (!in->dropped_frame) {
|
||||
if (in->dropped_frame) {
|
||||
MP_STATS(vo, "drop-vo");
|
||||
} else {
|
||||
vo->want_redraw = false;
|
||||
in->want_redraw = false;
|
||||
in->request_redraw = false;
|
||||
|
|
Loading…
Reference in New Issue