diff --git a/libobs/obs-source.c b/libobs/obs-source.c index 91b86c845..ddc88d9c8 100644 --- a/libobs/obs-source.c +++ b/libobs/obs-source.c @@ -2154,7 +2154,7 @@ static bool ready_async_frame(obs_source_t *source, uint64_t sys_time) * helps smooth out async rendering to frame boundaries. In * other words, tries to keep the framerate as smooth as * possible */ - if ((source->last_frame_ts - next_frame->timestamp) < 1000000) + if ((source->last_frame_ts - next_frame->timestamp) < 2000000) break; if (frame)