Extract common code out into kdm_for_screen()
[dcpomatic.git] / src / lib / video_mxf_decoder.h
index 3e3760d97f7e75963e5df014b55ee79d7cbd4d38..78313df0f332ec42ab06631f188ae737fe66ca3e 100644 (file)
@@ -31,13 +31,13 @@ public:
        VideoMXFDecoder (boost::shared_ptr<const Film> film, boost::shared_ptr<const VideoMXFContent>);
 
        bool pass ();
-       void seek (ContentTime t, bool accurate);
+       void seek (dcpomatic::ContentTime t, bool accurate);
 
 private:
 
        boost::shared_ptr<const VideoMXFContent> _content;
        /** Time of next thing to return from pass */
-       ContentTime _next;
+       dcpomatic::ContentTime _next;
 
        boost::shared_ptr<dcp::MonoPictureAssetReader> _mono_reader;
        boost::shared_ptr<dcp::StereoPictureAssetReader> _stereo_reader;