summaryrefslogtreecommitdiff
path: root/src/lib/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/transcode_job.h
parent6b368187e7bc16cbe0e83858f35990e536c5ccc8 (diff)
Pass options only to jobs that need them.
Diffstat (limited to 'src/lib/transcode_job.h')
-rw-r--r--src/lib/transcode_job.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h
index fe68a4910..d185cb65d 100644
--- a/src/lib/transcode_job.h
+++ b/src/lib/transcode_job.h
@@ -42,5 +42,6 @@ protected:
int remaining_time () const;
private:
+ boost::shared_ptr<const Options> _opt;
boost::shared_ptr<Encoder> _encoder;
};