mirror of https://github.com/mpv-player/mpv
video: some debugging output
This commit is contained in:
parent
d0b64a6fc4
commit
d5fa5a96a8
|
@ -574,6 +574,8 @@ static bool render_frame(struct vo *vo)
|
|||
} else {
|
||||
pthread_mutex_unlock(&in->lock);
|
||||
|
||||
MP_STATS(vo, "start video");
|
||||
|
||||
vo->driver->draw_image(vo, img);
|
||||
|
||||
int64_t target = pts - in->flip_queue_offset;
|
||||
|
@ -600,6 +602,8 @@ static bool render_frame(struct vo *vo)
|
|||
MP_DBG(vo, "phase: %ld\n", phase);
|
||||
MP_STATS(vo, "value %ld phase", phase);
|
||||
|
||||
MP_STATS(vo, "end video");
|
||||
|
||||
pthread_mutex_lock(&in->lock);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue