Basic writer.
[libsub.git] / src / sub_time.h
index ee14745f61512f48fb2556c69a075b1cc42ff4de..5596970fac2aaad2c0dbf11c255a16c8bfc891ad 100644 (file)
@@ -41,6 +41,8 @@ public:
                , _frames (f)
        {}
 
+       std::string timecode () const;
+
 private:
        friend bool operator== (Time const & a, Time const & b);
        friend std::ostream& operator<< (std::ostream& s, Time const & t);