diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 791e5e4..7d4c791 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2008.11.29.140115" +#define Cdrskin_timestamP "2008.11.29.140404" diff --git a/libburn/mmc.c b/libburn/mmc.c index d41ffe9..752c153 100644 --- a/libburn/mmc.c +++ b/libburn/mmc.c @@ -3030,6 +3030,17 @@ no_suitable_formatting_type:; } else if(size_mode == 3) { /* default payload size */ if (accept_count < 1) index = 0; /* this cannot certify */ + + /* ts A81129 + LG GGW-H20L YL03 refuses on 0x30 with + "Quick certification". dvd+rw-format + does 0x00 by default and succeeds quickly. + */ + if ((flag & 64) && format_type == 0x00) { + index = i; + break; + } + if(format_type != 0x30) continue; accept_count++;