Adapted to enhanced iso_write_opts_set_record_md5()

This commit is contained in:
2009-08-19 18:05:36 +00:00
parent 7c4cf26163
commit 7543f5d940
4 changed files with 22 additions and 13 deletions

View File

@@ -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 */