summaryrefslogtreecommitdiff
path: root/src/lib/ab_transcode_job.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-21 13:17:04 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-21 13:17:04 +0100
commit4488ca79635bda37e034b888d1c43618f5e4285e (patch)
tree89857796342721270a5a8f148139c2ea96c2201f /src/lib/ab_transcode_job.h
parent6b368187e7bc16cbe0e83858f35990e536c5ccc8 (diff)
Pass options only to jobs that need them.
Diffstat (limited to 'src/lib/ab_transcode_job.h')
-rw-r--r--src/lib/ab_transcode_job.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ab_transcode_job.h b/src/lib/ab_transcode_job.h
index 4b80593f4..2485608e6 100644
--- a/src/lib/ab_transcode_job.h
+++ b/src/lib/ab_transcode_job.h
@@ -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.
*/