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

video_output: fix disabled log compilation


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent bea939de
No related branches found
No related tags found
No related merge requests found
......@@ -1090,7 +1090,7 @@ static int ThreadDisplayRenderPicture(vout_thread_t *vout, bool is_forced)
/* Wait the real date (for rendering jitter) */
#if 0
mtime_t delay = direct->date - mdate();
mtime_t delay = todisplay->date - mdate();
if (delay < 1000)
msg_Warn(vout, "picture is late (%lld ms)", delay / 1000);
#endif
......
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