Declared BD-RE to be supported

This commit is contained in:
2008-05-06 18:10:44 +00:00
parent 9a4d62c621
commit 64bb4afb68
4 changed files with 13 additions and 23 deletions

View File

@ -5220,12 +5220,7 @@ int Cdrskin_blank(struct CdrskiN *skin, int flag)
} else if(do_format==4) {
/* Formatting and influencing defect management of DVD-RAM , BD-RE */
if(profile_number == 0x12 ||
(profile_number == 0x43 && skin->preskin->allow_untested_media)) {
/* >>> check whether the current media is already formatted */;
} else {
if(!(profile_number == 0x12 || profile_number == 0x43)) {
fprintf(stderr,
"cdrskin: SORRY : blank=%s for now does DVD-RAM and BD-RE only\n",
fmt_text);