Time -> DCPTime.
[dcpomatic.git] / src / lib / decoder.h
index 908d3aae51c3948803199af980ae4f7bb1e1f157..aa36d41b496341ea7d8d66b8436171b11231e5b9 100644 (file)
@@ -50,7 +50,7 @@ public:
         *  time.  Pass accurate = true to try harder to get close to
         *  the request.
         */
-       virtual void seek (Time time, bool accurate) = 0;
+       virtual void seek (DCPTime time, bool accurate) = 0;
 
        virtual bool done () const = 0;