summaryrefslogtreecommitdiff
path: root/src/lib/image_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image_decoder.h')
-rw-r--r--src/lib/image_decoder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/image_decoder.h b/src/lib/image_decoder.h
index 140032317..25ad9f07f 100644
--- a/src/lib/image_decoder.h
+++ b/src/lib/image_decoder.h
@@ -27,14 +27,14 @@ class ImageProxy;
class ImageDecoder : public Decoder
{
public:
- ImageDecoder (boost::shared_ptr<const ImageContent> c, boost::shared_ptr<Log> log);
+ ImageDecoder (boost::shared_ptr<const ImageContent> c);
boost::shared_ptr<const ImageContent> content () {
return _image_content;
}
- bool pass ();
- void seek (ContentTime, bool);
+ bool pass (boost::shared_ptr<const Film> film);
+ void seek (boost::shared_ptr<const Film> film, ContentTime, bool);
private: