This commit is contained in:
James
2026-05-25 14:43:07 +08:00
committed by GitHub
+2 -2
View File
@@ -580,11 +580,11 @@ int main(int argc, char **argv)
last_log_tv = log_tv; last_log_tv = log_tv;
} }
} /* while frames_to_send ... */
if (nanosleep(&sleep_ts, NULL)) if (nanosleep(&sleep_ts, NULL))
return 1; return 1;
} /* while frames_to_send ... */
delay_loops++; /* private statistics */ delay_loops++; /* private statistics */
gettimeofday(&today_tv, NULL); gettimeofday(&today_tv, NULL);