summaryrefslogtreecommitdiff
path: root/src/mono_picture_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-11-24 09:37:22 +0000
committerCarl Hetherington <cth@carlh.net>2014-11-24 09:37:22 +0000
commit5aa66b7fd3e5256cd20eedde287a2124522610a0 (patch)
tree08059a8bf97110b2c995c1e9b6f130957098535e /src/mono_picture_frame.h
parent3c5c59b5244d8948f05a3251ec14cb20fbcc0d7c (diff)
Add constructor of MonoPictureFrame from a JPEG2000 codestream file.
Diffstat (limited to 'src/mono_picture_frame.h')
-rw-r--r--src/mono_picture_frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mono_picture_frame.h b/src/mono_picture_frame.h
index 707c54cd..78728fbf 100644
--- a/src/mono_picture_frame.h
+++ b/src/mono_picture_frame.h
@@ -46,6 +46,7 @@ class MonoPictureFrame : public boost::noncopyable
{
public:
MonoPictureFrame (boost::filesystem::path mxf_path, int n, ASDCP::AESDecContext *);
+ MonoPictureFrame (boost::filesystem::path path);
MonoPictureFrame ();
~MonoPictureFrame ();