From de2af791bdfdcd653752cba970e59efc7bf810c7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Nov 2016 16:57:15 +0000 Subject: Basic grunt-work, untested and unfinished, but it compiles. --- src/lib/video_mxf_decoder.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/video_mxf_decoder.h') 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; -- cgit v1.2.3