X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fab_transcode_job.cc;h=cffb2cef178d3472a36eec66f34798bdb5388e8a;hp=89967bfcac42e7b47d33868fb4bef1a048e7954a;hb=4488ca79635bda37e034b888d1c43618f5e4285e;hpb=6b368187e7bc16cbe0e83858f35990e536c5ccc8 diff --git a/src/lib/ab_transcode_job.cc b/src/lib/ab_transcode_job.cc index 89967bfca..cffb2cef1 100644 --- a/src/lib/ab_transcode_job.cc +++ b/src/lib/ab_transcode_job.cc @@ -36,7 +36,8 @@ using namespace boost; * @Param l A log that we can write to. */ ABTranscodeJob::ABTranscodeJob (shared_ptr s, shared_ptr o, Log* l, shared_ptr req) - : Job (s, o, l, req) + : Job (s, l, req) + , _opt (o) { _fs_b.reset (new FilmState (*_fs)); _fs_b->set_scaler (Config::instance()->reference_scaler ());