Revoked -format mode by_size for DVD-RW
This commit is contained in:
@ -4519,10 +4519,11 @@ int Xorriso_format_media(struct XorrisO *xorriso, off_t in_size, int flag)
|
||||
}
|
||||
|
||||
} else if(current_profile == 0x14) { /* DVD-RW sequential */
|
||||
if((flag & 3) == 1) {
|
||||
if(flag & 1) {
|
||||
size= 128*1024*1024;
|
||||
mode_flag= 1; /* format to size, then write size of zeros */
|
||||
}
|
||||
} else
|
||||
mode_flag= 4;
|
||||
|
||||
} else if(current_profile == 0x1a) { /* DVD+RW */
|
||||
if(flag&1) {
|
||||
|
Reference in New Issue
Block a user