summaryrefslogtreecommitdiffstats
path: root/player/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/video.c')
-rw-r--r--player/video.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/player/video.c b/player/video.c
index a342b31d04..ab8490542d 100644
--- a/player/video.c
+++ b/player/video.c
@@ -1169,7 +1169,6 @@ void write_video(struct MPContext *mpctx)
MP_VERBOSE(mpctx, "first video frame after restart shown\n");
}
}
- screenshot_flip(mpctx);
mp_notify(mpctx, MPV_EVENT_TICK, NULL);
@@ -1188,6 +1187,8 @@ void write_video(struct MPContext *mpctx)
mpctx->max_frames--;
}
+ screenshot_flip(mpctx);
+
mp_wakeup_core(mpctx);
return;