summaryrefslogtreecommitdiff
path: root/src/mono_picture_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_picture_frame.h')
-rw-r--r--src/mono_picture_frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_picture_frame.h b/src/mono_picture_frame.h
index 68e4edf8..9e7a9926 100644
--- a/src/mono_picture_frame.h
+++ b/src/mono_picture_frame.h
@@ -48,7 +48,7 @@ class MonoPictureFrame : public boost::noncopyable
public:
MonoPictureFrame (boost::filesystem::path path, int n, ASDCP::AESDecContext *);
MonoPictureFrame (boost::filesystem::path path);
- MonoPictureFrame ();
+ MonoPictureFrame (uint8_t const * data, int size);
~MonoPictureFrame ();
boost::shared_ptr<OpenJPEGImage> xyz_image (int reduce = 0) const;