Adjusted maximum realistic number of tracks to MMC specs

This commit is contained in:
Thomas Schmitt 2007-02-18 09:49:26 +00:00
parent 7989d32834
commit 4f3dd8614d
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.02.18.094414"
#define Cdrskin_timestamP "2007.02.18.094858"

View File

@ -69,6 +69,7 @@ int mmc_compose_mode_page_5(struct burn_drive *d,
unsigned char *pd);
#define BURN_MMC_FAKE_TOC_MAX_SIZE 1000
/* mmc5r03c.pdf 4.3.4.4.1 d) "The maximum number of RZones is 2 302." */
#define BURN_MMC_FAKE_TOC_MAX_SIZE 2302
#endif /*__MMC*/