From d3b5b533ebba1a1534eb37cc41032876a48a3d82 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Nov 2023 00:29:16 +0100 Subject: Rename classes to follow preparatory renames in libdcp. --- src/lib/j2k_image_proxy.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/j2k_image_proxy.cc') diff --git a/src/lib/j2k_image_proxy.cc b/src/lib/j2k_image_proxy.cc index 869e96967..023723c8b 100644 --- a/src/lib/j2k_image_proxy.cc +++ b/src/lib/j2k_image_proxy.cc @@ -25,11 +25,11 @@ #include "j2k_image_proxy.h" #include #include -#include +#include #include #include #include -#include +#include #include #include LIBDCP_DISABLE_WARNINGS @@ -64,7 +64,7 @@ J2KImageProxy::J2KImageProxy (boost::filesystem::path path, dcp::Size size, AVPi J2KImageProxy::J2KImageProxy ( - shared_ptr frame, + shared_ptr frame, dcp::Size size, AVPixelFormat pixel_format, optional forced_reduction @@ -81,7 +81,7 @@ J2KImageProxy::J2KImageProxy ( J2KImageProxy::J2KImageProxy ( - shared_ptr frame, + shared_ptr frame, dcp::Size size, dcp::Eye eye, AVPixelFormat pixel_format, -- cgit v1.2.3