Look up unknown subtitle end times from the data prepared by the examiner.
[dcpomatic.git] / src / lib / scp_dcp_job.h
index 8c16d53fbf7c6867cb4ebebed4a3440a528c7172..e3960d73b512dac54d25124be28740d15dfd67cf 100644 (file)
 class SCPDCPJob : public Job
 {
 public:
-       SCPDCPJob (boost::shared_ptr<Film>);
+       SCPDCPJob (boost::shared_ptr<const Film>);
 
        std::string name () const;
+       std::string json_name () const;
        void run ();
        std::string status () const;