Compare commits

...

2 Commits

Author SHA1 Message Date
James 6245ad6de9
Merge 87cdf4dc84 into 44e6eb45e3 2026-03-09 12:30:12 +01:00
James Browning 87cdf4dc84 Move 'gap' of canplayer between frames not logs.
For when -t was too fast, and sans -t, takes too long.
2026-03-03 16:43:52 -08:00
1 changed files with 3 additions and 3 deletions

View File

@ -580,10 +580,10 @@ int main(int argc, char **argv)
last_log_tv = log_tv;
}
} /* while frames_to_send ... */
if (nanosleep(&sleep_ts, NULL))
return 1;
if (nanosleep(&sleep_ts, NULL))
return 1;
} /* while frames_to_send ... */
delay_loops++; /* private statistics */
gettimeofday(&today_tv, NULL);