Merge branch '1.0' of git.carlh.net:git/libsub into 1.0
[libsub.git] / src / sub_time.h
index 7e1d1934e515c905f3a8bec62f8600f6aa359729..22178e9c03dbc06165f321ef33c1e0d5dea3bbf6 100644 (file)
@@ -55,6 +55,8 @@ public:
        int frames_at (Rational rate) const;
        int milliseconds () const;
 
+       double all_as_seconds () const;
+
        static Time from_hmsf (int h, int m, int s, int f, boost::optional<Rational> rate = boost::optional<Rational> ());
        static Time from_hms (int h, int m, int s, int ms);