First cut at J2K import.
[dcpomatic.git] / src / lib / j2k_image_proxy.h
index c931e56441887d0497b349f20c4eab1e8028e603..299180f50ceda178ad286e4d015125eab77e6874 100644 (file)
@@ -25,6 +25,7 @@ class EncodedData;
 class J2KImageProxy : public ImageProxy
 {
 public:
+       J2KImageProxy (boost::filesystem::path path, dcp::Size);
        J2KImageProxy (boost::shared_ptr<const dcp::MonoPictureFrame> frame, dcp::Size);
        J2KImageProxy (boost::shared_ptr<const dcp::StereoPictureFrame> frame, dcp::Size, dcp::Eye);
        J2KImageProxy (boost::shared_ptr<cxml::Node> xml, boost::shared_ptr<Socket> socket);