This commit is contained in:
theluyuan 2024-03-28 21:15:10 +08:00
parent 59e8212941
commit 8ce49390b0
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode/settings.json

View File

@ -1150,6 +1150,7 @@ int main (int argc, char *argv[])
if (i % (count_frames / progress_step) == 0) if (i % (count_frames / progress_step) == 0)
{ {
printf( "Progress: %d/%d - Lines: %d\r\n", i - init_frame, count_frames, num_of_events); printf( "Progress: %d/%d - Lines: %d\r\n", i - init_frame, count_frames, num_of_events);
fflush(stdout);
} }
/* If we are outside any lines, check for empty frames first */ /* If we are outside any lines, check for empty frames first */