Add option to export config as a .zip (#1776).
[dcpomatic.git] / src / lib / ffmpeg_image_proxy.h
index 21109c9d6f2dccf9baf64f11ebbc3b2ac24618bc..48317ed75c7ae16d3d3d61c30e729a9ec9c4976c 100644 (file)
@@ -32,6 +32,7 @@ public:
        FFmpegImageProxy (std::shared_ptr<Socket> socket);
 
        Result image (
+               Image::Alignment alignment,
                boost::optional<dcp::Size> size = boost::optional<dcp::Size> ()
                ) const;