From 254b3044d72de6b033d7c584f5abd2b9aa70aad5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Nov 2018 01:59:04 +0000 Subject: Take Film pointer out of Content. --- src/lib/video_mxf_decoder.h | 6 +++--- 1 file changed, 3 insertions(+), 3 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 3cbdcfb2d..6b5b328ac 100644 --- a/src/lib/video_mxf_decoder.h +++ b/src/lib/video_mxf_decoder.h @@ -28,10 +28,10 @@ class Log; class VideoMXFDecoder : public Decoder { public: - VideoMXFDecoder (boost::shared_ptr, boost::shared_ptr log); + VideoMXFDecoder (boost::shared_ptr); - bool pass (); - void seek (ContentTime t, bool accurate); + bool pass (boost::shared_ptr film); + void seek (boost::shared_ptr film, ContentTime t, bool accurate); private: -- cgit v1.2.3