pull/619/merge
James 2026-03-10 18:21:03 +08:00 committed by GitHub
commit a6f927d8d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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; last_log_tv = log_tv;
} }
} /* while frames_to_send ... */ if (nanosleep(&sleep_ts, NULL))
return 1;
if (nanosleep(&sleep_ts, NULL)) } /* while frames_to_send ... */
return 1;
delay_loops++; /* private statistics */ delay_loops++; /* private statistics */
gettimeofday(&today_tv, NULL); gettimeofday(&today_tv, NULL);