Made support for DVD+R DL official, enabled untested support for BD-RE

This commit is contained in:
2008-02-28 12:32:34 +00:00
parent ea6957ef68
commit 616454c737
6 changed files with 40 additions and 33 deletions

View File

@ -580,7 +580,7 @@ void spc_sense_write_params(struct burn_drive *d)
/* ts A70212 : try to setup d->media_capacity_remaining */
if (d->current_profile == 0x1a || d->current_profile == 0x13 ||
d->current_profile == 0x12)
d->current_profile == 0x12 || d->current_profile == 0x43)
d->read_format_capacities(d, -1);
else if (d->status == BURN_DISC_BLANK ||
(d->current_is_cd_profile && d->status == BURN_DISC_APPENDABLE)) {