Round the length of video-containing content to the nearest frame.
[dcpomatic.git] / src / lib / decoder.h
index d610f8727c902cd6bf889ab8cbc024ba3981f606..ddea58aacbfc636c9c29d0264300155046c5378b 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;
+       virtual dcpomatic::ContentTime position () const;
 
 protected:
        boost::shared_ptr<const Film> film () const;