1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-29 11:58:24 +02:00

vout: remove debug dead code

This dead code is not maintained.
This commit is contained in:
Romain Vimont 2021-07-15 11:55:49 +02:00 committed by Romain Vimont
parent c9fc9c265c
commit 633d1d85d8

View File

@ -1334,14 +1334,6 @@ static int RenderPicture(vout_thread_sys_t *sys, bool render_now)
vd->ops->prepare(vd, todisplay, subpic, system_pts);
vout_chrono_Stop(&sys->render);
#if 0
{
static int i = 0;
if (((i++)%10) == 0)
msg_Info(&sys->obj, "render: avg %d ms var %d ms",
(int)(sys->render.avg/1000), (int)(sys->render.var/1000));
}
#endif
system_now = vlc_tick_now();
if (!render_now)