Pass options only to jobs that need them.
[dcpomatic.git] / src / lib / ab_transcode_job.h
index 4b80593f4de8c6bbdff4bee6104109226a58a8ca..2485608e6aee43fa7d34069e7398145ff8e7daa9 100644 (file)
@@ -40,6 +40,8 @@ public:
        void run ();
 
 private:
+       boost::shared_ptr<const Options> _opt;
+       
        /** Copy of our FilmState with filters removed and scaler set back to bicubic;
         *  this is the `reference' (left-half-frame) state.
         */