New API call burn_write_opts_set_stream_recording()

This commit is contained in:
2008-04-12 16:42:45 +00:00
parent 51ac900de6
commit e522db6220
8 changed files with 93 additions and 19 deletions

View File

@ -61,6 +61,7 @@ int burn_setup_drive(struct burn_drive *d, char *fname)
d->released = 1;
d->stdio_fd = -1;
d->status = BURN_DISC_UNREADY;
d->do_stream_recording = 0;
return 1;
}