diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-16 18:02:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-16 18:02:20 +0000 |
| commit | 76d7b8bd0de121a8015b595681844a5aec938d64 (patch) | |
| tree | 0c1b9455f071317960bfbe18477a2a44acbe8cd2 /src/mono_picture_frame.h | |
| parent | eabc6fda9eaf2467e7130641bd8cf874a8886cd6 (diff) | |
Change default MonoPictureFrame constructor to something more useful.
Diffstat (limited to 'src/mono_picture_frame.h')
| -rw-r--r-- | src/mono_picture_frame.h | 2 |
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; |
