summaryrefslogtreecommitdiff
path: root/libs/timecode/timecode
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-10-12 16:25:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-10-12 16:25:57 +0000
commit5a8e83e0deef37e2973879a46af21487912b2c59 (patch)
tree7d5726db162a0e6966302f02b3bf541515fc5b4c /libs/timecode/timecode
parentbce3184ff5383f47675a97a8184f7739552cb04e (diff)
move TC FPS up into status bar, use lower right of timecode audioclock mode for something ... TBDiscussed
git-svn-id: svn://localhost/ardour2/branches/3.0@13257 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 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);