New option -stream_recording

This commit is contained in:
2008-05-27 20:14:51 +00:00
parent d3dd065a15
commit 6fc7f9f1c9
7 changed files with 73 additions and 24 deletions

View File

@ -151,6 +151,7 @@ struct XorrisO { /* the global context of xorriso */
int speed; /* in libburn units : 1000 bytes/second , 0 = Max, -1 = Min */
int fs; /* fifo size in 2048 byte chunks : at most 1 GB */
int padding; /* number of bytes to add after ISO 9660 image */
int do_stream_recording;
int keep_boot_image;
int patch_isolinux_image;