New command -toc_info_type
This commit is contained in:
@ -905,10 +905,21 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int result_page_counter;
|
||||
int result_open_line_len;
|
||||
|
||||
|
||||
/* info (stderr, I:) */
|
||||
char info_text[10*SfileadrL];
|
||||
|
||||
/* info return mode for isoburn_read_iso_head_v2() with -toc:
|
||||
1= volume id
|
||||
3= creation time
|
||||
4= modification type
|
||||
*/
|
||||
int toc_info_type;
|
||||
/* How to present toc_info_type 2 and 3:
|
||||
0= in ECMA-119 format YYYYMMDDhhmmsscc rectified to GMT
|
||||
1= in xorriso format YYY.MM.DD.hhmmss in local time
|
||||
*/
|
||||
int toc_time_form;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user