Making format size of BD-RE and BD-R quite freely adjustable
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user