small fixes, comments

This commit is contained in:
Fischlurch 2011-02-13 23:11:16 +01:00
parent 30bc42a3f3
commit 3c27147459
2 changed files with 4 additions and 2 deletions

View file

@ -207,7 +207,7 @@ def checkCommandOption(env, optID, val=None, cmdName=None):
class Record(dict):
""" a set of properties with map style access.
""" a set of properties with record style access.
Record is a dictionary, but the elements can be accessed
conveniently as if they where object fields
"""

View file

@ -132,7 +132,9 @@ TEST (ntsc_drop_frame)
CHECK (lumiera_time_ntsc_drop_frames (t) == 15);
CHECK (lumiera_time_frame_count (t, NTSC_DROP_FRAME_FPS) == 423191);
// Make sure we get back the same times. These tests are perhaps overly exhaustive.
// Cover the whole value range;
// Manually construct a drop-frame timecode
// Make sure our library function returns the same times.
int min;
int sec;
int frame;