New command -modesty_on_drive, new -as cdrecord -immed, minbuf=, modesty_on_drive=
This commit is contained in:
@ -242,6 +242,12 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
|
||||
m->alignment= 0;
|
||||
m->do_stream_recording= 0;
|
||||
m->dvd_obs= 0;
|
||||
m->modesty_on_drive= 0;
|
||||
m->min_buffer_usec= -1;
|
||||
m->max_buffer_usec= -1;
|
||||
m->buffer_timeout_sec= -1;
|
||||
m->min_buffer_percent= 65;
|
||||
m->max_buffer_percent= 95;
|
||||
m->stdio_sync= 0;
|
||||
m->stdio_sync_is_default= 1;
|
||||
m->keep_boot_image= 0;
|
||||
|
Reference in New Issue
Block a user