From 0254f2d12acb2ff8d770b4e47dc15599d145fe17 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 7 Nov 2021 03:03:29 +0100 Subject: Put Image into the dcpomatic namespace. --- src/lib/ffmpeg_image_proxy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg_image_proxy.h') diff --git a/src/lib/ffmpeg_image_proxy.h b/src/lib/ffmpeg_image_proxy.h index 48317ed75..08f759664 100644 --- a/src/lib/ffmpeg_image_proxy.h +++ b/src/lib/ffmpeg_image_proxy.h @@ -32,7 +32,7 @@ public: FFmpegImageProxy (std::shared_ptr socket); Result image ( - Image::Alignment alignment, + dcpomatic::Image::Alignment alignment, boost::optional size = boost::optional () ) const; @@ -51,6 +51,6 @@ private: failed-decode errors can give more detail. */ boost::optional _path; - mutable std::shared_ptr _image; + mutable std::shared_ptr _image; mutable boost::mutex _mutex; }; -- cgit v1.2.3