diff options
Diffstat (limited to 'src/frame_time.h')
| -rw-r--r-- | src/frame_time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frame_time.h b/src/frame_time.h index a260e95..ed5fc81 100644 --- a/src/frame_time.h +++ b/src/frame_time.h @@ -69,8 +69,11 @@ public: std::string timecode () const; void add (FrameTime t, float fps); + void scale (float f, float fps); private: + void set_from_frames (int64_t f, float fps); + int _hours; int _minutes; int _seconds; |
