Look up unknown subtitle end times from the data prepared by the examiner.
[dcpomatic.git] / src / lib / scp_dcp_job.h
index b457fdf5bf580d2aebfe4b0293c87293191629a3..e3960d73b512dac54d25124be28740d15dfd67cf 100644 (file)
 class SCPDCPJob : public Job
 {
 public:
-       SCPDCPJob (boost::shared_ptr<const FilmState>, Log *, boost::shared_ptr<Job> req);
+       SCPDCPJob (boost::shared_ptr<const Film>);
 
        std::string name () const;
+       std::string json_name () const;
        void run ();
        std::string status () const;
 
 private:
        void set_status (std::string);
-       
+
        mutable boost::mutex _status_mutex;
        std::string _status;
 };