Uploaded forgotten enhancements

This commit is contained in:
Thomas Schmitt 2008-05-14 17:48:27 +00:00
parent d7c4fadba3
commit 4866be0555
2 changed files with 16 additions and 1 deletions

View File

@ -116,6 +116,21 @@ struct XorrisO { /* the global context of xorriso */
scan -ROM profiles for ISO sessions
*/
int image_start_mode; /* From what address to load the ISO image
bit0-15= addressing mode
0= automatic lba as deduced from media
1= value is session number
2= value is track number
3= value is lba
bit30= interference with normal msc1 processing
is enabled. Without this bit,
isoburn_set_msc1() will not be called.
bit31= image loading has happened,
setting is kept for rollback only.
Always apply as 0=auto.
*/
char image_start_value[81]; /* value according image_start_mode */
char indev[SfileadrL];
void *in_drive_handle; /* interpreted only by xorrisoburn.c */
void *in_volset_handle; /* interpreted only by xorrisoburn.c */

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.05.14.173430"
#define Xorriso_timestamP "2008.05.14.174846"