New -zisofs parameters bpt_target=
This commit is contained in:
@ -1316,8 +1316,8 @@ int Xorriso_stream_type(struct XorrisO *xorriso, IsoNode *node,
|
||||
ret= iso_stream_get_zisofs_par(stream, &stream_type, zisofs_algo, &algo_num,
|
||||
&block_size_log2, 0);
|
||||
if(ret == 1)
|
||||
sprintf(type_text + strlen(type_text), ":%c%c:%d",
|
||||
zisofs_algo[0], zisofs_algo[1], 1 << block_size_log2);
|
||||
sprintf(type_text + strlen(type_text), ":%c%c:%dk",
|
||||
zisofs_algo[0], zisofs_algo[1], 1 << (block_size_log2 - 10));
|
||||
} else if(strcmp(text, "gzip") == 0) {
|
||||
strcpy(type_text, "--gzip");
|
||||
} else if(strcmp(text, "pizg") == 0) {
|
||||
|
Reference in New Issue
Block a user