X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fab_transcode_job.h;h=cd82d4247ffdf7dfc49095993466792b618c1f0f;hb=dbc43b6e3021e34875d7d5bba04abf7ad1fc8633;hp=983842038f936cb4ad0f0e63aeef8600e82712aa;hpb=32fc1ddb0ee004d18c36155ddcf4d9b3998a7061;p=dcpomatic.git diff --git a/src/lib/ab_transcode_job.h b/src/lib/ab_transcode_job.h index 983842038..cd82d4247 100644 --- a/src/lib/ab_transcode_job.h +++ b/src/lib/ab_transcode_job.h @@ -23,7 +23,6 @@ #include #include "job.h" -#include "options.h" class Film; @@ -38,17 +37,13 @@ class ABTranscodeJob : public Job { public: ABTranscodeJob ( - boost::shared_ptr f, - DecodeOptions o, - boost::shared_ptr req + boost::shared_ptr 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_b; };