Skip to content

Commit adf466e

Browse files
authored
Update vo_gpu_next.c
1 parent 7952a72 commit adf466e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

video/out/vo_gpu_next.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ static bool draw_frame(struct vo *vo, struct vo_frame *frame)
12241224

12251225
struct pl_render_params params = pars->params;
12261226
const struct gl_video_opts *opts = p->opts_cache->opts;
1227-
bool will_redraw = frame->display_synced && frame->num_vsyncs > 1;
1227+
bool will_redraw = frame->request_repeat;
12281228
bool cache_frame = will_redraw || frame->still || p->paused;
12291229
bool can_interpolate = opts->interpolation && frame->display_synced &&
12301230
!frame->still && frame->num_frames > 1 && !p->paused;

0 commit comments

Comments
 (0)