summaryrefslogtreecommitdiff
path: root/src/mono_picture_frame.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-04 11:01:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-04 11:01:35 +0100
commit36b2009f89fdde05d2c9b8b44aa2bf8fe3b555cb (patch)
treed5a448c369a6477ca186b264d993fa73b8e13581 /src/mono_picture_frame.h
parent5309c18b764f6f5f4adf8f89b917096d30b42a89 (diff)
More boost::filesystem jibber jabber.
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 83b80c5c..0eedfb95 100644
--- a/src/mono_picture_frame.h
+++ b/src/mono_picture_frame.h
@@ -37,7 +37,7 @@ class ARGBFrame;
class MonoPictureFrame
{
public:
- MonoPictureFrame (std::string mxf_path, int n, ASDCP::AESDecContext *);
+ MonoPictureFrame (boost::filesystem::path mxf_path, int n, ASDCP::AESDecContext *);
~MonoPictureFrame ();
boost::shared_ptr<ARGBFrame> argb_frame (int reduce = 0, float srgb_gamma = 2.4) const;