From c1f49bab3b91121bd716aae4fa1d13a7d1e11d5e Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 18 Dec 2006 12:33:51 +0000 Subject: [PATCH] Noted some insight about necessity of OPC gained from growisofs_mmc.cpp --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/mmc.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index c357fb7..5ef7d28 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2006.12.14.102857" +#define Cdrskin_timestamP "2006.12.18.123242" diff --git a/libburn/mmc.c b/libburn/mmc.c index ca38d61..88bada8 100644 --- a/libburn/mmc.c +++ b/libburn/mmc.c @@ -535,6 +535,13 @@ void mmc_read_disc_info(struct burn_drive *d) mmc_read_toc(d); break; } + + /* ts A61217 : Note for future + >>> growisofs performs OPC if (data[0]<<8)|data[1]<=32 + >>> which indicates no OPC entries are attached to the + >>> reply from the drive. + */ + } void mmc_read_atip(struct burn_drive *d)