Move trimming into the encoder; seems to be cleaner.
[dcpomatic.git] / src / lib / copy_from_dvd_job.h
index ce3837100c23e769563ee3b2a6b8bde89e9b442f..063e94358b5c9e40a4ab47672232eedccfbf88af 100644 (file)
@@ -29,7 +29,7 @@
 class CopyFromDVDJob : public Job
 {
 public:
-       CopyFromDVDJob (boost::shared_ptr<const FilmState>, Log *, boost::shared_ptr<Job> req);
+       CopyFromDVDJob (boost::shared_ptr<Film>, boost::shared_ptr<Job> req);
 
        std::string name () const;
        void run ();