Handle multiple audio streams in a single piece of content
[dcpomatic.git] / src / lib / dcpomatic_time.h
index b308e82b42baec709200c80cf29ccf2fc8b9dbc7..0b78c5390557f03024bfac43f0b012159d4da68e 100644 (file)
@@ -188,6 +188,10 @@ public:
                return Time<S, O> (1);
        }
 
+       static Time<S, O> min () {
+               return Time<S, O> (-INT64_MAX);
+       }
+       
        static Time<S, O> max () {
                return Time<S, O> (INT64_MAX);
        }