Noted some insight about necessity of OPC gained from growisofs_mmc.cpp

This commit is contained in:
Thomas Schmitt 2006-12-18 12:33:51 +00:00
parent 4778a57c53
commit c1f49bab3b
2 changed files with 8 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.12.14.102857"
#define Cdrskin_timestamP "2006.12.18.123242"

View File

@ -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)