Made effect of macro Libburn_pioneer_dvr_216d_read_buf_caP unconditional

This commit is contained in:
2009-12-05 14:22:28 +00:00
parent 2bd800ed14
commit 872068ba7c
3 changed files with 15 additions and 23 deletions

View File

@ -1395,15 +1395,11 @@ int burn_dvd_write_track(struct burn_write_opts *o,
ret = burn_disc_open_track_dvd_minus_r(o, s, tnum);
if (ret <= 0)
goto ex;
#ifdef Libburn_pioneer_dvr_216d_read_buf_caP
/* Pioneer DVR-216D rev 1.09 hates multiple buffer inquiries
before the drive buffer is full.
*/
first_buf_cap = 0;
further_cap = -1;
#endif
} else if (d->current_profile == 0x1b || d->current_profile == 0x2b) {
/* DVD+R , DVD+R/DL */
ret = burn_disc_open_track_dvd_plus_r(o, s, tnum);