More player debugging for butler video-full states.
[dcpomatic.git] / src / lib / dcpomatic_time.h
index c687569ecb0dac578809d0ae9294ccaf607960ad..a09dd93e9c179f515b08bfd093f8aaada36f2937 100644 (file)
@@ -113,6 +113,10 @@ public:
                return *this;
        }
 
+       Time<S, O> operator/ (int o) const {
+               return Time<S, O> (_t / o);
+       }
+
        /** Round up to the nearest sampling interval
         *  at some sampling rate.
         *  @param r Sampling rate.