Noted some insight about necessity of OPC gained from growisofs_mmc.cpp
This commit is contained in:
parent
a4e13d6b5d
commit
a607a49dfb
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2006.12.14.102857"
|
||||
#define Cdrskin_timestamP "2006.12.18.123242"
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user