Skip to content
Snippets Groups Projects
Commit a5d85a5f authored by Steve Lhomme's avatar Steve Lhomme
Browse files

video_output: count the time to do the prepare to determine if a frame is late

The system_pts is the date we should do the swap (vd->display) for the picture.
But between now and the time we do the swap, there is also the prepare
(+ static filtering) that will happen. We are late if now+that duration is
after the date we should do the swap.
parent 8b1a6619
No related branches found
No related tags found
No related merge requests found
Loading
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