Reporting speed with -check_media

This commit is contained in:
2012-01-23 10:38:48 +00:00
parent 43191b6e77
commit bc31897fa5
6 changed files with 53 additions and 15 deletions

View File

@ -343,6 +343,7 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
m->pacifier_style= 0;
m->pacifier_interval= 1.0;
m->pacifier_count= 0;
m->pacifier_prev_count= 0;
m->pacifier_total= 0;
m->pacifier_byte_count= 0;
m->pacifier_fifo= NULL;