Express trims using ContentTime so that they do not change
[dcpomatic.git] / src / lib / dcpomatic_time.h
index 6988159570c2680468eb016905c76cfccfc3494b..437b78f627bc7e51f5c59701f3fe7a59b3528924 100644 (file)
@@ -241,6 +241,9 @@ public:
 };
 
 DCPTime min (DCPTime a, DCPTime b);
+DCPTime max (DCPTime a, DCPTime b);
+ContentTime min (ContentTime a, ContentTime b);
+ContentTime max (ContentTime a, ContentTime b);
 std::ostream& operator<< (std::ostream& s, ContentTime t);
 std::ostream& operator<< (std::ostream& s, DCPTime t);