diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-10 12:53:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-10 12:53:06 +0100 |
| commit | 9dd38ef2f05b24ba669acb9805e0914ac227fff2 (patch) | |
| tree | aa3b2e4d768764238bb498ca8ad62056cfb95809 /src/lib/transcode_job.h | |
| parent | a097506d4867fec47406283caa5b262a21791585 (diff) | |
Try to not start jobs if a dependant fails.
Diffstat (limited to 'src/lib/transcode_job.h')
| -rw-r--r-- | src/lib/transcode_job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/transcode_job.h b/src/lib/transcode_job.h index 737f10de9..fe68a4910 100644 --- a/src/lib/transcode_job.h +++ b/src/lib/transcode_job.h @@ -32,7 +32,7 @@ class Encoder; class TranscodeJob : public Job { public: - TranscodeJob (boost::shared_ptr<const FilmState> s, boost::shared_ptr<const Options> o, Log* l); + TranscodeJob (boost::shared_ptr<const FilmState> s, boost::shared_ptr<const Options> o, Log* l, boost::shared_ptr<Job> req); std::string name () const; void run (); |
