diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-08 22:29:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-08 22:29:16 +0100 |
| commit | 259113a96dc9dfbef0b26ff2e142ee673abcd53d (patch) | |
| tree | 8d96acab6c55a33d58d70d83bf45cbaad4d6ee78 /src/stereo_picture_frame.h | |
| parent | e5151fad94eb86a6aa1d408e2e5eb2706ff41884 (diff) | |
| parent | cccca6f650b4f5dc61a3c992c9c515b064e0704c (diff) | |
Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/libdcp
Diffstat (limited to 'src/stereo_picture_frame.h')
| -rw-r--r-- | src/stereo_picture_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h index b72eabc9..ab99ceac 100644 --- a/src/stereo_picture_frame.h +++ b/src/stereo_picture_frame.h @@ -37,7 +37,7 @@ class ARGBFrame; class StereoPictureFrame { public: - StereoPictureFrame (std::string mxf_path, int n); + StereoPictureFrame (boost::filesystem::path mxf_path, int n); ~StereoPictureFrame (); boost::shared_ptr<ARGBFrame> argb_frame (Eye eye, int reduce = 0, float srgb_gamma = 2.4) const; |
