Enabled fast blank for DVD-R[W]

This commit is contained in:
2007-02-06 18:57:38 +00:00
parent 72d5430358
commit cad9c14849
3 changed files with 12 additions and 14 deletions

View File

@ -248,10 +248,6 @@ void burn_disc_erase(struct burn_drive *drive, int fast)
return;
}
/* ts A70131 : i get awful results with fast blanking DVD-RW */
if (drive->current_profile == 0x13 || drive->current_profile == 0x14)
fast = 0;
o.drive = drive;
o.fast = fast;
add_worker(drive, (WorkerFunc) erase_worker_func, &o);