New -compliance option iso_9660_1999, -as mkisofs option -iso-level 4

This commit is contained in:
2010-12-23 19:01:42 +00:00
parent 6695a5ccd7
commit 03b59f5683
9 changed files with 115 additions and 86 deletions

View File

@ -120,6 +120,7 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
strcpy(m->list_delimiter, "--");
m->ino_behavior= 7;
m->do_joliet= 0;
m->do_iso1999= 0;
m->do_aaip= 0;
m->do_md5= 0;
m->no_emul_toc= 0;