Enabled DVD+R, DVD+R DL via --allow_untested_media_types, always -multi for now

This commit is contained in:
2007-03-06 19:50:32 +00:00
parent 790c75be9c
commit 99172bdeb4
3 changed files with 8 additions and 5 deletions

View File

@ -1432,6 +1432,9 @@ int burn_disc_finalize_dvd_plus_r(struct burn_write_opts *o)
{
struct burn_drive *d = o->drive;
/* <<< FOR NOW: avoid finalizing media */
return 3;
if (o->multi)
return 2;
d->busy = BURN_DRIVE_CLOSING_SESSION;