Put Time types in dcpomatic namespace.
[dcpomatic.git] / src / lib / decoder.h
index d610f8727c902cd6bf889ab8cbc024ba3981f606..92082ca18b105a62f9dd9aec909625c12ac875c9 100644 (file)
@@ -55,9 +55,9 @@ public:
         *  @return true if this decoder will emit no more data unless a seek() happens.
         */
        virtual bool pass () = 0;
-       virtual void seek (ContentTime time, bool accurate);
+       virtual void seek (dcpomatic::ContentTime time, bool accurate);
 
-       ContentTime position () const;
+       dcpomatic::ContentTime position () const;
 
 protected:
        boost::shared_ptr<const Film> film () const;