summaryrefslogtreecommitdiffstats
path: root/player/video.c
diff options
context:
space:
mode:
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 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,
};