X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_decoder.h;h=78313df0f332ec42ab06631f188ae737fe66ca3e;hb=97f0b9b3ed8a2c64b0f2cb0c6d4d07acde51be6b;hp=3a93bbb063738aada11fccd8f79c3c09fb1dc9e3;hpb=de2af791bdfdcd653752cba970e59efc7bf810c7;p=dcpomatic.git diff --git a/src/lib/video_mxf_decoder.h b/src/lib/video_mxf_decoder.h index 3a93bbb06..78313df0f 100644 --- a/src/lib/video_mxf_decoder.h +++ b/src/lib/video_mxf_decoder.h @@ -28,16 +28,16 @@ class Log; class VideoMXFDecoder : public Decoder { public: - VideoMXFDecoder (boost::shared_ptr, boost::shared_ptr log); + VideoMXFDecoder (boost::shared_ptr film, boost::shared_ptr); - void pass (); - void seek (ContentTime t, bool accurate); + bool pass (); + void seek (dcpomatic::ContentTime t, bool accurate); private: boost::shared_ptr _content; /** Time of next thing to return from pass */ - ContentTime _next; + dcpomatic::ContentTime _next; boost::shared_ptr _mono_reader; boost::shared_ptr _stereo_reader;