summaryrefslogtreecommitdiff
path: root/libs/timecode/timecode/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/timecode/timecode/time.h')
-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 090d3851fb..7d77da1213 100644
--- a/libs/timecode/timecode/time.h
+++ b/libs/timecode/timecode/time.h
@@ -100,6 +100,8 @@ void hours_floor (Time& timecode);
float timecode_to_frames_per_second(TimecodeFormat const t);
bool timecode_has_drop_frames(TimecodeFormat const t);
+std::string timecode_format_name (TimecodeFormat const t);
+
} // namespace Timecode
std::ostream& operator<< (std::ostream& ostr, const Timecode::Time& t);