diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-10 22:28:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-11 09:52:53 +0200 |
| commit | b3e7b319b78b55118d0fed455ee0a63587e181e2 (patch) | |
| tree | fc4b9a7d8c9db744ff995c58d280303a4bd73b19 /src/lib/ffmpeg_image_proxy.h | |
| parent | 8995370ef76ff4d3511ec57f5f60fcf6ec5b0c63 (diff) | |
Missing explicit.
Diffstat (limited to 'src/lib/ffmpeg_image_proxy.h')
| -rw-r--r-- | src/lib/ffmpeg_image_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_image_proxy.h b/src/lib/ffmpeg_image_proxy.h index 1b8f44a7a..3817d709f 100644 --- a/src/lib/ffmpeg_image_proxy.h +++ b/src/lib/ffmpeg_image_proxy.h @@ -28,7 +28,7 @@ class FFmpegImageProxy : public ImageProxy public: explicit FFmpegImageProxy (boost::filesystem::path); explicit FFmpegImageProxy (dcp::ArrayData); - FFmpegImageProxy (std::shared_ptr<Socket> socket); + explicit FFmpegImageProxy (std::shared_ptr<Socket> socket); Result image ( Image::Alignment alignment, |
