small fixes, comments
This commit is contained in:
parent
30bc42a3f3
commit
3c27147459
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue