X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_decoder.h;h=3cbdcfb2dffbc5e4316bffc725243ceba76ebc84;hb=936cd11b4c46f99ca5fe4d960cedfb05c82dbccf;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..3cbdcfb2d 100644 --- a/src/lib/video_mxf_decoder.h +++ b/src/lib/video_mxf_decoder.h @@ -30,10 +30,11 @@ class VideoMXFDecoder : public Decoder public: VideoMXFDecoder (boost::shared_ptr, boost::shared_ptr log); -private: - bool pass (PassReason, bool accurate); + bool pass (); void seek (ContentTime t, bool accurate); +private: + boost::shared_ptr _content; /** Time of next thing to return from pass */ ContentTime _next;