summaryrefslogtreecommitdiff
path: root/src/lib/video_mxf_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-21 16:57:15 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commitde2af791bdfdcd653752cba970e59efc7bf810c7 (patch)
tree1aa5dbc35daee0babd0def347944a6bea4154deb /src/lib/video_mxf_decoder.h
parent06152300e69e8faca44ff8d7f12a6fd354848b9a (diff)
Basic grunt-work, untested and unfinished, but it compiles.
Diffstat (limited to 'src/lib/video_mxf_decoder.h')
-rw-r--r--src/lib/video_mxf_decoder.h5
1 files changed, 3 insertions, 2 deletions
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<const VideoMXFContent>, boost::shared_ptr<Log> log);
-private:
- bool pass (PassReason, bool accurate);
+ void pass ();
void seek (ContentTime t, bool accurate);
+private:
+
boost::shared_ptr<const VideoMXFContent> _content;
/** Time of next thing to return from pass */
ContentTime _next;