player: add some debug output for seeking

This commit is contained in:
wm4
2015-06-18 22:31:55 +02:00
parent d328b2088c
commit b1a56d11fe
3 changed files with 12 additions and 0 deletions

View File

@@ -887,6 +887,7 @@ void write_video(struct MPContext *mpctx, double endpts)
mpctx->video_status = STATUS_READY;
// After a seek, make sure to wait until the first frame is visible.
vo_wait_frame(vo);
MP_VERBOSE(mpctx, "first video frame after restart shown\n");
}
screenshot_flip(mpctx);