Longer READ BUFFER CAPACITY interval with DVD/BD writing

This commit is contained in:
Thomas Schmitt 2009-11-21 19:14:05 +00:00
parent 9b28a9b272
commit 6109a7bc08
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.11.20.175854"
#define Cdrskin_timestamP "2009.11.21.191516"

View File

@ -1379,7 +1379,7 @@ int burn_dvd_write_track(struct burn_write_opts *o,
struct buffer *out = d->buffer;
int sectors;
int i, open_ended = 0, ret= 0, is_flushed = 0;
int first_buf_cap = 0, further_cap = 0, buf_cap_step = 256;
int first_buf_cap = 0, further_cap = 0, buf_cap_step = 1024;
/* ts A70213 : eventually expand size of track to max */
burn_track_apply_fillup(t, d->media_capacity_remaining, 0);