New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2020 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2021 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -264,6 +264,7 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
|
||||
m->alignment= 0;
|
||||
m->do_stream_recording= 0;
|
||||
m->dvd_obs= 0;
|
||||
m->do_obs_pad= 0;
|
||||
m->modesty_on_drive= 0;
|
||||
m->min_buffer_usec= 5000;
|
||||
m->max_buffer_usec= 25000;
|
||||
|
Reference in New Issue
Block a user