X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_decoder.h;h=3a93bbb063738aada11fccd8f79c3c09fb1dc9e3;hp=330d59ed858742a7c2d2785af1ca28e935dd345f;hb=de2af791bdfdcd653752cba970e59efc7bf810c7;hpb=06152300e69e8faca44ff8d7f12a6fd354848b9a diff --git a/src/lib/video_mxf_decoder.h b/src/lib/video_mxf_decoder.h index 330d59ed8..3a93bbb06 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); + void pass (); void seek (ContentTime t, bool accurate); +private: + boost::shared_ptr _content; /** Time of next thing to return from pass */ ContentTime _next;