New option -padding
This commit is contained in:
@ -106,6 +106,8 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int do_close;
|
||||
int speed; /* in libburn units : 1000 bytes/second , 0 = Max, -1 = Min */
|
||||
int fs; /* fifo size in 2048 byte chunks : at most 1 GB */
|
||||
int padding; /* number of bytes to add after ISO 9660 image */
|
||||
|
||||
|
||||
/* XORRISO options */
|
||||
int allow_graft_points;
|
||||
|
Reference in New Issue
Block a user