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

video_output: copy the RenderPicture code in displayed.date code

And always return as render_now is always true here.
parent 227558c9
No related branches found
No related tags found
1 merge request!2024video_output: rework the logical flow of DisplayPicture()
......@@ -1439,6 +1439,8 @@ 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);
}
RenderPicture(vout, true);
return vlc_tick_now() + VOUT_REDISPLAY_DELAY;
}
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