New -rom_toc_scan sub option "force" to get DVD/BD table-of-content on Solaris

This commit is contained in:
2009-10-07 08:05:00 +00:00
parent a45363ea3e
commit ca1919dda0
5 changed files with 27 additions and 8 deletions

View File

@ -1027,6 +1027,8 @@ int Xorriso_aquire_drive(struct XorrisO *xorriso, char *adr, int flag)
if(dinfo==NULL) {
aquire_flag= 1 | ((flag&(8|4))>>1) | ((xorriso->toc_emulation_flag & 3)<<3);
if(xorriso->toc_emulation_flag & 4)
aquire_flag|= 128;
if(!(xorriso->do_aaip & 1))
aquire_flag|= 32;
if((xorriso->ino_behavior & (1 | 2)) && !(xorriso->do_aaip & (4 | 32)))