[vlc-commits] [Git][videolan/vlc][master] vout: remove debug dead code
Romain Vimont (@rom1v)
gitlab at videolan.org
Fri Jul 23 10:48:25 UTC 2021
Romain Vimont pushed to branch master at VideoLAN / VLC
Commits:
633d1d85 by Romain Vimont at 2021-07-23T10:35:01+00:00
vout: remove debug dead code
This dead code is not maintained.
- - - - -
1 changed file:
- src/video_output/video_output.c
Changes:
=====================================
src/video_output/video_output.c
=====================================
@@ -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)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/633d1d85d8cf33fac6c38b21d2a0d38085257a26
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/633d1d85d8cf33fac6c38b21d2a0d38085257a26
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list