Remove multi-reel, for now, and sort out Size vs libdcp::Size.
[dcpomatic.git] / src / lib / make_dcp_job.h
index 5e4f78a2513aa858f8cbe7e851962de2040f19c3..1aa906b0adc5fd9518334ffab78e47f347d5a37b 100644 (file)
@@ -38,7 +38,7 @@ public:
 
 private:
        void dcp_progress (float);
-       std::string j2c_path (int, int) const;
+       std::string j2c_path (int) const;
        std::string wav_path (libdcp::Channel) const;
 
        boost::shared_ptr<const EncodeOptions> _opt;