* morituri/common/task.py:

Introduce constants for FRAMES_PER_DISC_FRAME
	* examples/ARcue.py:
	  Use the constant.
	  Get the CRC right for the last track too.
This commit is contained in:
Thomas Vander Stichele
2009-04-05 16:17:31 +00:00
parent 18631a0fb6
commit 9488415ce7
3 changed files with 30 additions and 19 deletions

View File

@@ -1,3 +1,11 @@
2009-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/common/task.py:
Introduce constants for FRAMES_PER_DISC_FRAME
* examples/ARcue.py:
Use the constant.
Get the CRC right for the last track too.
2009-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
* examples/ARcue.py: