Commit 89e418e0 authored by Guido van Rossum's avatar Guido van Rossum

Add CDDA_DATASIZE to exported constants

parent 22eed556
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment