mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Display the first "progress" line right at the beginning.
This commit is contained in:
parent
84ecc597e1
commit
587d6ca5f4
@ -345,7 +345,7 @@ get_file_type(const string &filename) {
|
|||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int display_counter = 1;
|
static int display_counter = 0;
|
||||||
static int display_files_done = 0;
|
static int display_files_done = 0;
|
||||||
static int display_path_length = 1;
|
static int display_path_length = 1;
|
||||||
static generic_reader_c *display_reader = NULL;
|
static generic_reader_c *display_reader = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user