summaryrefslogtreecommitdiffstats
path: root/player/video.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-06-18 22:31:55 +0200
committerwm4 <wm4@nowhere>2015-06-18 22:31:55 +0200
commitb1a56d11fe805ac64e43e2f16cc6ce11da69a6ca (patch)
tree4aa60f4c05d01f3c9f138768f95eb11acb513e3b /player/video.c
parentd328b2088c6e4b55473fe6969d7c540677831f47 (diff)
downloadmpv-b1a56d11fe805ac64e43e2f16cc6ce11da69a6ca.tar.bz2
mpv-b1a56d11fe805ac64e43e2f16cc6ce11da69a6ca.tar.xz
player: add some debug output for seeking
Diffstat (limited to 'player/video.c')
-rw-r--r--player/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/video.c b/player/video.c
index d18d75bf5a..c4840f39d9 100644
--- a/player/video.c
+++ b/player/video.c
@@ -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);