Move 'gap' of canplayer between frames not logs.

For when -t was too fast, and sans -t, takes too long.
pull/619/head
James Browning 2026-03-03 16:43:52 -08:00
parent cbbe4b41ea
commit 87cdf4dc84
1 changed files with 3 additions and 3 deletions

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);