New option -padding

This commit is contained in:
2008-02-05 16:27:10 +00:00
parent 5684af273c
commit aa15bfa557
6 changed files with 84 additions and 34 deletions

View File

@ -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;