Skip to content
Snippets Groups Projects
Commit 526431db authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

video_output: don't set render_now at all on late redisplay

It's already true by default.
parent c6b27949
No related branches found
No related tags found
1 merge request!2024video_output: rework the logical flow of DisplayPicture()
......@@ -1437,7 +1437,6 @@ static vlc_tick_t DisplayPicture(vout_thread_sys_t *vout)
vlc_tick_t max_deadline = vlc_tick_now() + VOUT_REDISPLAY_DELAY;
return __MIN(date_refresh, max_deadline);
}
render_now = true;
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment