New command -toc_info_type

This commit is contained in:
2024-06-28 16:42:28 +02:00
parent 2306175432
commit 7f1abc4174
14 changed files with 304 additions and 89 deletions

View File

@ -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;
};