X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_decoder.h;h=f4d81dfb507a5ef545c0f573542904472d023956;hb=1b1bc528ee5ca1fee1bd33f9fb6f79cd551e3b33;hp=346fffdf78d5a14d977ae9b3c41afd0c3b30762c;hpb=097a1fb413bbbb89182161d4c1a31daa5419ec96;p=dcpomatic.git diff --git a/src/lib/image_decoder.h b/src/lib/image_decoder.h index 346fffdf7..f4d81dfb5 100644 --- a/src/lib/image_decoder.h +++ b/src/lib/image_decoder.h @@ -34,14 +34,13 @@ public: return _image_content; } - /* Decoder */ - - void pass (); - void seek (DCPTime, bool); - bool done () const; + void seek (ContentTime, bool); private: + bool pass (); + boost::shared_ptr _image_content; boost::shared_ptr _image; + ContentTime _video_position; };