X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fab_transcode_job.h;h=cd82d4247ffdf7dfc49095993466792b618c1f0f;hb=f861018389acd9d277fe34d7621182b9b54f977f;hp=86a2a81b8b2b0e4416503eb00ae1c7025f5dd5a2;hpb=aa230169f8b59b7cb2da9a3bbb8ce5f7600285c0;p=dcpomatic.git diff --git a/src/lib/ab_transcode_job.h b/src/lib/ab_transcode_job.h index 86a2a81b8..cd82d4247 100644 --- a/src/lib/ab_transcode_job.h +++ b/src/lib/ab_transcode_job.h @@ -25,8 +25,6 @@ #include "job.h" class Film; -class DecodeOptions; -class EncodeOptions; /** @class ABTranscodeJob * @brief Job to run a transcoder which produces output for A/B comparison of various settings. @@ -39,19 +37,13 @@ class ABTranscodeJob : public Job { public: ABTranscodeJob ( - boost::shared_ptr f, - boost::shared_ptr od, - boost::shared_ptr oe, - boost::shared_ptr req + boost::shared_ptr f ); std::string name () const; void run (); private: - boost::shared_ptr _decode_opt; - boost::shared_ptr _encode_opt; - /** Copy of our Film using the reference filters and scaler */ boost::shared_ptr _film_b; };