Rename classes to follow preparatory renames in libdcp.
[dcpomatic.git] / src / lib / j2k_image_proxy.h
index 3346fff08c4dc8d8cc82d5270468c52d0d17dd11..1d2d5cc21563e611cf97195d272dd0e0a44e68cc 100644 (file)
@@ -26,8 +26,8 @@
 
 
 namespace dcp {
-       class MonoPictureFrame;
-       class StereoPictureFrame;
+       class MonoJ2KPictureFrame;
+       class StereoJ2KPictureFrame;
 }
 
 
@@ -37,14 +37,14 @@ public:
        J2KImageProxy (boost::filesystem::path path, dcp::Size, AVPixelFormat pixel_format);
 
        J2KImageProxy (
-               std::shared_ptr<const dcp::MonoPictureFrame> frame,
+               std::shared_ptr<const dcp::MonoJ2KPictureFrame> frame,
                dcp::Size,
                AVPixelFormat pixel_format,
                boost::optional<int> forced_reduction
                );
 
        J2KImageProxy (
-               std::shared_ptr<const dcp::StereoPictureFrame> frame,
+               std::shared_ptr<const dcp::StereoJ2KPictureFrame> frame,
                dcp::Size,
                dcp::Eye,
                AVPixelFormat pixel_format,