From f1778d1f5bd35487e53db4b1a3c754db2bad7803 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 25 Aug 2015 21:48:11 +0200 Subject: video: disable interpolation during framestepping It just causes annoying artifacts. Interestingly, this means keeping down the frame stepping key (".") will play video with interpolation disabled. --- player/video.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player/video.c') 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, }; -- cgit v1.2.3