video: some debugging output

This commit is contained in:
wm4 2014-08-22 16:21:58 +02:00
parent d0b64a6fc4
commit d5fa5a96a8
1 changed files with 4 additions and 0 deletions

View File

@ -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);
}