New option -zisofs, builtin filters --zisofs and --zisofs-decode
This commit is contained in:
@ -130,6 +130,11 @@ struct XorrisO { /* the global context of xorriso */
|
||||
struct Xorriso_lsT *filters;
|
||||
int filter_list_closed;
|
||||
|
||||
int zlib_level;
|
||||
int zlib_level_default;
|
||||
int zisofs_block_size;
|
||||
int zisofs_block_size_default;
|
||||
|
||||
int do_overwrite; /* 0=off, 1=on, 2=nondir */
|
||||
int do_reassure; /* 0=off, 1=on, 2=tree */
|
||||
|
||||
|
Reference in New Issue
Block a user