summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/CD.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-irix5/CD.py')
-rwxr-xr-xLib/plat-irix5/CD.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/plat-irix5/CD.py b/Lib/plat-irix5/CD.py
index 9dee8a1..ad56561 100755
--- a/Lib/plat-irix5/CD.py
+++ b/Lib/plat-irix5/CD.py
@@ -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)