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_decoder.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg_decoder.h') diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 264733c70..4d5743225 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -35,7 +35,9 @@ class Log; class VideoFilterGraph; class FFmpegAudioStream; class AudioBuffers; -class Image; +namespace dcpomatic { + class Image; +} struct ffmpeg_pts_offset_test; /** @class FFmpegDecoder @@ -79,7 +81,7 @@ private: /** true if we have a subtitle which has not had emit_stop called for it yet */ bool _have_current_subtitle = false; - std::shared_ptr _black_image; + std::shared_ptr _black_image; std::map, boost::optional> _next_time; }; -- cgit v1.2.3