Making format size of BD-RE and BD-R quite freely adjustable

This commit is contained in:
2008-12-12 11:22:14 +00:00
parent 82fcf62309
commit 6552c8267c
4 changed files with 99 additions and 23 deletions

View File

@ -438,6 +438,11 @@ void burn_disc_format(struct burn_drive *drive, off_t size, int flag)
}
} else if (drive->current_profile == 0x43) {
ok = 1; /* BD-RE */
/* >>> check feature 0023h for QCert (= bit6)
and Cert (= !bit6)
*/
}
if (!ok) {