Made track write counter of SAO count rather too much than too few bytes
This commit is contained in:
parent
03c1b08362
commit
4e09a54741
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2006.11.08.165648"
|
||||
#define Cdrskin_timestamP "2006.11.08.172918"
|
||||
|
@ -685,8 +685,9 @@ int burn_write_track(struct burn_write_opts *o, struct burn_session *s,
|
||||
if (err == BE_CANCELLED)
|
||||
{ ret = 0; goto ex; }
|
||||
|
||||
/* A61101 : probably this is not payload data */
|
||||
/* t->writecount += d->buffer->bytes; */
|
||||
/* A61101 : probably this is not all payload data */
|
||||
/* A61108 : but audio count is short without this */
|
||||
t->writecount += d->buffer->bytes;
|
||||
|
||||
d->nwa += d->buffer->sectors;
|
||||
d->buffer->bytes = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user