Implemented libburn builtin fine granulated drive buffer min-fill recording

This commit is contained in:
2006-11-19 11:47:34 +00:00
parent ebb94ee212
commit 4daed7c4a9
6 changed files with 43 additions and 5 deletions

View File

@ -228,6 +228,8 @@ static unsigned char *get_sector(struct burn_write_opts *opts,
track->writecount += out->bytes;
track->written_sectors += out->sectors;
}
/* ts A61119 */
d->progress.buffered_bytes += out->bytes;
d->nwa += out->sectors;
out->bytes = 0;