New macro isoburn_igopt_aaip_susp_1_10 controls writing of AAIP ER and ES

This commit is contained in:
2009-01-26 17:33:02 +00:00
parent fc2d3655b0
commit e0fc368105
4 changed files with 21 additions and 2 deletions

View File

@@ -384,6 +384,13 @@ struct isoburn_imgen_opts {
*/
unsigned int dir_rec_mtime :1;
/**
* Write AAIP as extension according to SUSP 1.10 rather than SUSP 1.12.
* I.e. without announcing it by an ER field and thus without the need
* to preceed the RRIP fields by an ES and to preceed the AA field by ES.
*/
unsigned int aaip_susp_1_10 :1;
unsigned int sort_files:1;
/**< If files should be sorted based on their weight. */