Revoked -format mode by_size for DVD-RW
This commit is contained in:
parent
2a8c76c329
commit
49f025fae8
@ -1133,7 +1133,7 @@ mode word. E.g: "by_index_3".
|
||||
.br
|
||||
"by_size_" selects a format out of the descriptor list which provides at
|
||||
least the given size. That size is to be appended to the mode word.
|
||||
E.g: "by_size_4100m". This mainly applies to media with Defect Management.
|
||||
E.g: "by_size_4100m". This applies to media with Defect Management.
|
||||
.br
|
||||
"fast_by_size_" does the same as "by_size_" but tries to be quicker.
|
||||
.br
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.12.13.144622"
|
||||
#define Xorriso_timestamP "2008.12.13.161650"
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user