Skip to content

Commit

Permalink
Re-add version and typo change
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmosys authored and MSStephen committed Jan 16, 2025
1 parent 96c4b2b commit 9f5a35b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/python/camdkit/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from camdkit.framework import *

OPENTRACKIO_PROTOCOL_NAME = "OpenTrackIO"
OPENTRACKIO_PROTOCOL_VERSION = (0,9,1)
OPENTRACKIO_PROTOCOL_VERSION = (1,0,0)

class ActiveSensorPhysicalDimensions(DimensionsParameter):
"""Height and width of the active area of the camera sensor in microns"""
Expand Down Expand Up @@ -850,7 +850,7 @@ class TimingSequenceNumber(NonNegativeIntegerParameter):
class TimingSampleRate(StrictlyPositiveRationalParameter):
"""Sample frame rate as a rational number. Drop frame rates such as
29.97 should be represented as e.g. 30000/1001. In a variable rate
system this should is estimated from the last sample delta time.
system this should be estimated from the last sample delta time.
"""
sampling = Sampling.REGULAR
canonical_name = "sampleRate"
Expand Down

0 comments on commit 9f5a35b

Please sign in to comment.