X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_decoder.h;h=78313df0f332ec42ab06631f188ae737fe66ca3e;hb=fa5f3a8bf77209da27acc33cf144e2e4500a2600;hp=330d59ed858742a7c2d2785af1ca28e935dd345f;hpb=3ff75a6e082c03f9b3c86693c864fd0959bdcee1;p=dcpomatic.git diff --git a/src/lib/video_mxf_decoder.h b/src/lib/video_mxf_decoder.h index 330d59ed8..78313df0f 100644 --- a/src/lib/video_mxf_decoder.h +++ b/src/lib/video_mxf_decoder.h @@ -28,15 +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 (dcpomatic::ContentTime t, bool accurate); private: - bool pass (PassReason, bool accurate); - void seek (ContentTime t, bool accurate); 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;