New xorriso command -write_type
This commit is contained in:
@ -479,7 +479,7 @@ int Xorriso_count_args(struct XorrisO *xorriso, int argc, char **argv,
|
||||
"speed","split_size","status","status_history_max",
|
||||
"stdio_sync","stream_recording","system_id","temp_mem_limit",
|
||||
"uid","unregister_filter","use_readline","volid","volset_id",
|
||||
"xattr","zisofs",
|
||||
"write_type","xattr","zisofs",
|
||||
""
|
||||
};
|
||||
static char arg2_commands[][40]= {
|
||||
@ -660,13 +660,13 @@ int Xorriso_cmd_sorting_rank(struct XorrisO *xorriso,
|
||||
"mount",
|
||||
|
||||
"* Settings for result writing:",
|
||||
"joliet", "hfsplus","compliance", "rr_reloc_dir",
|
||||
"rockridge", "joliet", "hfsplus","compliance", "rr_reloc_dir",
|
||||
"volid", "volset_id", "publisher",
|
||||
"application_id", "system_id", "volume_date", "copyright_file",
|
||||
"abstract_file", "biblio_file", "preparer_id", "out_charset",
|
||||
"read_mkisofsrc",
|
||||
"uid", "gid", "zisofs", "speed", "stream_recording", "dvd_obs",
|
||||
"stdio_sync", "dummy", "fs", "close", "padding",
|
||||
"stdio_sync", "dummy", "fs", "close", "padding", "write_type",
|
||||
"grow_blindly", "pacifier", "scdbackup_tag",
|
||||
|
||||
"* Bootable ISO images:",
|
||||
@ -1723,6 +1723,10 @@ next_command:;
|
||||
(*idx)+= 2;
|
||||
ret= Xorriso_option_volume_date(xorriso, arg1, arg2, 0);
|
||||
|
||||
} else if(strcmp(cmd,"write_type")==0) {
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_write_type(xorriso, arg1, 0);
|
||||
|
||||
} else if(strcmp(cmd, "x") == 0) {
|
||||
/* only in effect in Xorriso_prescan_args() */;
|
||||
|
||||
|
Reference in New Issue
Block a user