mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Add CDDA_DATASIZE to exported constants
This commit is contained in:
parent
509d24aac3
commit
e238829359
2 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue