X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fpicture_frame.h;h=1c17e50b14a5752e9528ef29eacbedfbf65b14c6;hb=afeea0415dd56a3106a4c71df2e4a6ccc2d72e74;hp=42c5d629c688820896ff695579307d86b0896f38;hpb=da0878773b192f52694fe5719fe08bc4fe271c63;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;