Merge master.
[dcpomatic.git] / src / lib / ab_transcode_job.h
index 8e3cbe2d8f8990586218b8925f3a9b5ed1514bee..cd82d4247ffdf7dfc49095993466792b618c1f0f 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <boost/shared_ptr.hpp>
 #include "job.h"
-#include "options.h"
 
 class Film;
 
@@ -38,16 +37,13 @@ class ABTranscodeJob : public Job
 {
 public:
        ABTranscodeJob (
-               boost::shared_ptr<Film> f,
-               DecodeOptions o
+               boost::shared_ptr<Film> f
                );
 
        std::string name () const;
        void run ();
 
 private:
-       DecodeOptions _decode_opt;
-       
        /** Copy of our Film using the reference filters and scaler */
        boost::shared_ptr<Film> _film_b;
 };