X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fpicture_frame.h;h=1c17e50b14a5752e9528ef29eacbedfbf65b14c6;hb=30e2f6f873002d16aeae707879ea15c1c63a4323;hp=42c5d629c688820896ff695579307d86b0896f38;hpb=c2bac22380bea453665a24c6f39200a977771daf;p=libdcp.git diff --git a/src/picture_frame.h b/src/picture_frame.h index 42c5d629..1c17e50b 100644 --- a/src/picture_frame.h +++ b/src/picture_frame.h @@ -27,6 +27,7 @@ namespace ASDCP { class FrameBuffer; class SFrameBuffer; } + class AESDecContext; } namespace libdcp { @@ -37,7 +38,7 @@ class ARGBFrame; class MonoPictureFrame { public: - MonoPictureFrame (std::string mxf_path, int n); + MonoPictureFrame (std::string mxf_path, int n, ASDCP::AESDecContext *); ~MonoPictureFrame (); boost::shared_ptr argb_frame (int reduce = 0, float srgb_gamma = 2.4) const;