summaryrefslogtreecommitdiff
path: root/src/lib/image_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-11-21 16:57:15 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commitde2af791bdfdcd653752cba970e59efc7bf810c7 (patch)
tree1aa5dbc35daee0babd0def347944a6bea4154deb /src/lib/image_decoder.h
parent06152300e69e8faca44ff8d7f12a6fd354848b9a (diff)
Basic grunt-work, untested and unfinished, but it compiles.
Diffstat (limited to 'src/lib/image_decoder.h')
-rw-r--r--src/lib/image_decoder.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/image_decoder.h b/src/lib/image_decoder.h
index d023636bf..7978f34c8 100644
--- a/src/lib/image_decoder.h
+++ b/src/lib/image_decoder.h
@@ -33,10 +33,11 @@ public:
return _image_content;
}
-private:
- bool pass (Decoder::PassReason, bool);
+ void pass ();
void seek (ContentTime, bool);
+private:
+
boost::shared_ptr<const ImageContent> _image_content;
boost::shared_ptr<ImageProxy> _image;
Frame _frame_video_position;