|
|
|
@ -1595,7 +1595,7 @@ int Xorriso_choose_speed_factor(struct XorrisO *xorriso,
|
|
|
|
|
*speed_unit= "B"; |
|
|
|
|
} |
|
|
|
|
} else if((profile > 0x00 && profile <= 0x0a) || |
|
|
|
|
(((no_dvd_write || no_bd_write) && (flag & 1)))) { |
|
|
|
|
(((no_dvd_write && no_bd_write) && (flag & 1)))) { |
|
|
|
|
*speed_unit= "C"; |
|
|
|
|
} else if((profile >= 0x40 && profile <= 0x43) && |
|
|
|
|
!(no_bd_write && (flag & 1))) { |
|
|
|
|