New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
/* Command line oriented batch and dialog tool which 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.
|
||||
|
||||
@ -406,6 +406,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
>=16 means yes with number as start LBA */
|
||||
|
||||
int dvd_obs; /* DVD write chunk size: 0, 32k or 64k */
|
||||
int do_obs_pad; /* 1= pad up end on all media types */
|
||||
|
||||
int modesty_on_drive; /* "enable" of burn_drive_set_buffer_waiting()
|
||||
0= disable , 1= enable waiting ,
|
||||
|
Reference in New Issue
Block a user