X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_decoder.h;h=242f69477826a499d915505cd0b9486808aba68d;hb=b56bc3c45953fe113a9934b0d2ec2c1134de07ab;hp=f4d81dfb507a5ef545c0f573542904472d023956;hpb=e0c59417c6a52dbd853114fbc0f88c6d8c1dd276;p=dcpomatic.git diff --git a/src/lib/image_decoder.h b/src/lib/image_decoder.h index f4d81dfb5..242f69477 100644 --- a/src/lib/image_decoder.h +++ b/src/lib/image_decoder.h @@ -28,7 +28,7 @@ class ImageContent; class ImageDecoder : public VideoDecoder { public: - ImageDecoder (boost::shared_ptr, boost::shared_ptr); + ImageDecoder (boost::shared_ptr c); boost::shared_ptr content () { return _image_content; @@ -40,7 +40,7 @@ private: bool pass (); boost::shared_ptr _image_content; - boost::shared_ptr _image; - ContentTime _video_position; + boost::shared_ptr _image; + VideoFrame _video_position; };