timeruler more or less done

This commit is contained in:
itsmattkc
2019-07-25 00:11:32 -07:00
parent 3564e71c1c
commit abecd2f999
8 changed files with 131 additions and 33 deletions
+8 -1
View File
@@ -7,7 +7,14 @@
namespace olive {
QString timestamp_to_timecode(const rational& timestamp);
enum TimecodeDisplay {
kTimecodeFrames,
kTimecodeSeconds,
kFrames,
kMilliseconds
};
QString timestamp_to_timecode(const rational& timestamp, const rational& timebase, const TimecodeDisplay& display);
}