mirror of https://github.com/python/cpython
Add CDDA_DATASIZE to exported constants
This commit is contained in:
parent
509d24aac3
commit
e238829359
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue