summaryrefslogtreecommitdiff
path: root/libs/timecode/timecode
diff options
context:
space:
mode:
Diffstat (limited to 'libs/timecode/timecode')
-rw-r--r--libs/timecode/timecode/time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/timecode/timecode/time.h b/libs/timecode/timecode/time.h
index 23655bfe5d..dcd537c7e5 100644
--- a/libs/timecode/timecode/time.h
+++ b/libs/timecode/timecode/time.h
@@ -112,6 +112,8 @@ std::string timecode_format_sampletime (
double timecode_frames_per_second, bool timecode_drop_frames
);
+bool parse_timecode_format(std::string tc, Timecode::Time &TC);
+
void
timecode_to_sample(
Timecode::Time& timecode, int64_t& sample,