diff --git a/player/video.c b/player/video.c index 2d6f6f5e72..de7e601645 100644 --- a/player/video.c +++ b/player/video.c @@ -1157,6 +1157,7 @@ void write_video(struct MPContext *mpctx, double endpts) struct vo_frame dummy = { .pts = pts, .duration = -1, + .still = mpctx->step_frames > 0, .num_frames = mpctx->num_next_frames, .num_vsyncs = 1, };