New -read_speed prefixes "soft_force:" and "soft_corr:"

This commit is contained in:
2020-08-26 16:29:40 +02:00
parent f23b23fd17
commit ffb7fe64c9
10 changed files with 283 additions and 119 deletions

View File

@@ -366,6 +366,9 @@ struct XorrisO { /* the global context of xorriso */
int write_speed; /* Write speed in libburn units : 1000 bytes/second ,
0 = Max, -1 = Min, -2= do not set */
int read_speed; /* Read speed. See above */
int read_speed_force; /* >0 : use burn_nominal_slowdown() in
Xorriso_check_interval() */
int read_speed_corr; /* parameter max_corr for burn_nominal_slowdown */
int fs; /* fifo size in 2048 byte chunks : at most 1 GB */
int padding; /* number of bytes to add after ISO 9660 image */