New option -zisofs, builtin filters --zisofs and --zisofs-decode

This commit is contained in:
2009-04-11 17:26:48 +00:00
parent 1aeaaed0ed
commit 8bb5a1f21e
7 changed files with 179 additions and 7 deletions

View File

@ -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 */