Try a different approach to frame duplication in the decoder.
[dcpomatic.git] / src / lib / imagemagick_encoder.h
index f5e97ccd82a6b1049d76c49e80d49afe25041ed4..c112300e3e5488d73ca2f5e901451ad818fd3e4f 100644 (file)
@@ -37,7 +37,7 @@ public:
        ImageMagickEncoder (boost::shared_ptr<const Film> f, boost::shared_ptr<const Options> o);
 
        void process_begin (int64_t audio_channel_layout) {}
-       void process_video (boost::shared_ptr<Image>, int, boost::shared_ptr<Subtitle>);
+       void process_video (boost::shared_ptr<const Image>, int, boost::shared_ptr<Subtitle>);
        void process_audio (boost::shared_ptr<const AudioBuffers>) {}
        void process_end () {}
 };