New libisoburn extension option isoburn_ropt_map_joliet_stripped

This commit is contained in:
2020-11-22 14:19:16 +01:00
parent 9f5a6ea1a7
commit cf176eea0a
5 changed files with 17 additions and 2 deletions

View File

@@ -326,6 +326,8 @@ struct isoburn_read_opts {
unsigned int do_ecma119_map:1; /* call iso_read_opts_set_ecma119_map() */
unsigned int map_mode:2; /* argument for do_ecma119_map */
unsigned int joliet_stripped:1; /* for iso_read_opts_set_joliet_map */
/* ts A90121 */
unsigned int noaaip:1; /* Do not read AAIP for ACL and EA */
unsigned int noacl:1; /* Do not read ACL from external file objects */