New xorriso command -write_type

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

View File

@ -178,6 +178,7 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
m->do_global_mode= 0;
m->global_dir_mode= 0555;
m->global_file_mode= 0444;
m->do_tao= 0;
m->filters= NULL;
m->filter_list_closed= 0;
m->zlib_level_default= m->zlib_level= 6;