From 8ce49390b00e3acde8ea32de0d59a5cf0d1e6517 Mon Sep 17 00:00:00 2001 From: theluyuan <1162963624@qq.com> Date: Thu, 28 Mar 2024 21:15:10 +0800 Subject: [PATCH] test --- .gitignore | 1 + avs2bdnxml.c | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6f9a44 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/settings.json diff --git a/avs2bdnxml.c b/avs2bdnxml.c index 655c401..178fc35 100644 --- a/avs2bdnxml.c +++ b/avs2bdnxml.c @@ -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 */