forked from theluyuan/avs2bdnxml
test
This commit is contained in:
parent
59e8212941
commit
8ce49390b0
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.vscode/settings.json
|
@ -1150,6 +1150,7 @@ int main (int argc, char *argv[])
|
||||
if (i % (count_frames / progress_step) == 0)
|
||||
{
|
||||
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user