diff --git a/video/out/vo.c b/video/out/vo.c index 46908d2d59..296be634ad 100644 --- a/video/out/vo.c +++ b/video/out/vo.c @@ -873,6 +873,7 @@ static void do_redraw(struct vo *vo) if (!frame) frame = &dummy; frame->redraw = !full_redraw; // unconditionally redraw if it was dropped + frame->repeat = false; frame->still = true; frame->pts = 0; frame->duration = -1;