New xorriso command -write_type

This commit is contained in:
2012-07-08 13:47:36 +00:00
parent 5a9c2e0380
commit 82d563127e
13 changed files with 178 additions and 55 deletions

View File

@ -189,6 +189,10 @@ 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
0= let libburn choose */
struct Xorriso_lsT *filters;
int filter_list_closed;