Add CDDA_DATASIZE to exported constants

This commit is contained in:
Guido van Rossum 1992-05-06 11:38:11 +00:00
parent 509d24aac3
commit e238829359
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@ CATALOG = 5
IDENT = 6
CONTROL = 7
##CDDA_DATASIZE = 2352
CDDA_DATASIZE = 2352
##CDDA_SUBCODESIZE = (sizeof(struct subcodeQ))
##CDDA_BLOCKSIZE = (sizeof(struct cdframe))
##CDDA_NUMSAMPLES = (CDDA_DATASIZE/2)

View File

@ -14,7 +14,8 @@ CATALOG = 5
IDENT = 6
CONTROL = 7
##CDDA_DATASIZE = 2352
CDDA_DATASIZE = 2352
##CDDA_SUBCODESIZE = (sizeof(struct subcodeQ))
##CDDA_BLOCKSIZE = (sizeof(struct cdframe))
##CDDA_NUMSAMPLES = (CDDA_DATASIZE/2)