diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-21 13:17:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-21 13:17:04 +0100 |
| commit | 4488ca79635bda37e034b888d1c43618f5e4285e (patch) | |
| tree | 89857796342721270a5a8f148139c2ea96c2201f /src/lib/transcode_job.h | |
| parent | 6b368187e7bc16cbe0e83858f35990e536c5ccc8 (diff) | |
Pass options only to jobs that need them.
Diffstat (limited to 'src/lib/transcode_job.h')
| -rw-r--r-- | src/lib/transcode_job.h | 1 |
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; }; |
