X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_decoder.h;h=78313df0f332ec42ab06631f188ae737fe66ca3e;hb=8dabe7c3d815ff95c2fb3edc3cfce62434711fc4;hp=3cbdcfb2dffbc5e4316bffc725243ceba76ebc84;hpb=eb135e8dcdf36ae82420bcd18e954ad593b3e9a5;p=dcpomatic.git diff --git a/src/lib/video_mxf_decoder.h b/src/lib/video_mxf_decoder.h index 3cbdcfb2d..78313df0f 100644 --- a/src/lib/video_mxf_decoder.h +++ b/src/lib/video_mxf_decoder.h @@ -28,16 +28,16 @@ class Log; class VideoMXFDecoder : public Decoder { public: - VideoMXFDecoder (boost::shared_ptr, boost::shared_ptr log); + VideoMXFDecoder (boost::shared_ptr film, boost::shared_ptr); bool pass (); - void seek (ContentTime t, bool accurate); + void seek (dcpomatic::ContentTime t, bool accurate); private: boost::shared_ptr _content; /** Time of next thing to return from pass */ - ContentTime _next; + dcpomatic::ContentTime _next; boost::shared_ptr _mono_reader; boost::shared_ptr _stereo_reader;