New -zisofs parameters version_2=, block_size_v2=, max_bpt=, max_bpt_f=
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
/* Command line oriented batch and dialog tool which creates, loads,
|
||||
manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2019 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2020 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -212,8 +212,8 @@ struct XorrisO { /* the global context of xorriso */
|
||||
mode_t global_dir_mode;
|
||||
mode_t global_file_mode;
|
||||
|
||||
int do_tao; /* 1= Use TAO resp. Incremental
|
||||
-1= Use SAO resp. DAO
|
||||
int do_tao; /* 1= Use TAO or Incremental
|
||||
-1= Use SAO or DAO
|
||||
0= let libburn choose */
|
||||
|
||||
struct Xorriso_lsT *filters;
|
||||
@ -224,6 +224,13 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int zisofs_block_size;
|
||||
int zisofs_block_size_default;
|
||||
int zisofs_by_magic;
|
||||
int zisofs_v2_enabled; /* 0=no, 1=as_needed, 2=force */
|
||||
uint64_t zisofs_max_total_blocks;
|
||||
uint64_t zisofs_max_total_blocks_default;
|
||||
uint64_t zisofs_max_file_blocks;
|
||||
uint64_t zisofs_max_file_blocks_default;
|
||||
int zisofs_v2_block_size;
|
||||
int zisofs_v2_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