From 932b942a51bef4e2dd2de9f83aa5b68ad07f60f9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 7 Jul 2013 00:39:15 +0100 Subject: Working decryption via KDM. --- src/picture_frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/picture_frame.h') diff --git a/src/picture_frame.h b/src/picture_frame.h index 42c5d629..c48b5213 100644 --- a/src/picture_frame.h +++ b/src/picture_frame.h @@ -37,7 +37,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; -- cgit v1.2.3