Allow SMPTE timecodes with 3 digits in the editable units field.
authorCarl Hetherington <cth@carlh.net>
Sat, 16 Mar 2024 17:02:35 +0000 (18:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 16 Mar 2024 17:02:40 +0000 (18:02 +0100)
commit6c11fdfda7a0f306f894b15b56b72d3c4898013d
tree54ef2103adc52a512a642b22deb3b2402d9fc1c1
parentb395d79069cf64fd3a552fb843a31affa57662de
Allow SMPTE timecodes with 3 digits in the editable units field.

It seems that these should only be present if the timecode rate is 101
or above, and in that case all timecodes should have 3 editable rate digits,
but someone sent a DCP from what seems to be EasyDCP Creator and it has
one timecode of 00:05:01:000.
src/dcp_time.cc
test/dcp_time_test.cc