Adapted to enhanced iso_write_opts_set_record_md5()
This commit is contained in:
@@ -334,8 +334,10 @@ struct isoburn_imgen_opts {
|
||||
/* Produce and write a MD5 checksum of the whole session stream. */
|
||||
unsigned int session_md5 :1;
|
||||
|
||||
/* Produce and write MD5 checksums for each single IsoFile. */
|
||||
unsigned int file_md5 :1;
|
||||
/* Produce and write MD5 checksums for each single IsoFile.
|
||||
See parameter files of iso_write_opts_set_record_md5().
|
||||
*/
|
||||
unsigned int file_md5 :2;
|
||||
|
||||
/* relaxed constraints */
|
||||
|
||||
|
Reference in New Issue
Block a user