New API function burn_drive_set_stream_recording()

This commit is contained in:
2009-02-27 14:30:57 +00:00
parent b0f1f67495
commit 591c385489
7 changed files with 59 additions and 11 deletions

View File

@@ -385,7 +385,7 @@ void burn_write_opts_set_force(struct burn_write_opts *opts, int use_force)
void burn_write_opts_set_stream_recording(struct burn_write_opts *opts,
int value)
{
opts->do_stream_recording = !!value;
opts->do_stream_recording = value;
}