Commit 70092cf6 authored by Laurent Aimar's avatar Laurent Aimar

Used the right picture to get the date we have to wait on.

No functional changes.
parent 8e07ff9c
......@@ -736,7 +736,7 @@ static int ThreadDisplayPicture(vout_thread_t *vout,
/* Wait the real date (for rendering jitter) */
if (!is_forced)
mwait(decoded->date);
mwait(direct->date);
/* Display the direct buffer returned by vout_RenderPicture */
vout->p->displayed.date = mdate();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment