[SCM] morituri/master: add another constant before we move

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:00 UTC 2014


The following commit has been merged in the master branch:
commit 204c5d62128f929d92a8ac8b7165a7542d92c8f4
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat May 16 09:16:09 2009 +0000

    add another constant before we move

diff --git a/morituri/common/checksum.py b/morituri/common/checksum.py
index c8f7f45..94dd6f2 100644
--- a/morituri/common/checksum.py
+++ b/morituri/common/checksum.py
@@ -33,6 +33,7 @@ from morituri.common import task
 # checksums are not CRC's. a CRC is a specific type of checksum.
 
 SAMPLES_PER_FRAME = 588
+WORDS_PER_FRAME = SAMPLES_PER_FRAME * 2
 BYTES_PER_FRAME = SAMPLES_PER_FRAME * 4
 FRAMES_PER_SECOND = 75
 

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list