diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-30 20:08:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-30 20:08:39 +0100 |
| commit | 9b98a07cb61fd66fd73f9f58468100ec9b7eddd3 (patch) | |
| tree | bb04cfeae771bf571dc919bca0fdf8d10fb0d560 /src/lib/job.h | |
| parent | fd7cf313b4d809bde22b5189e1ab22c5edbd8f8f (diff) | |
Destory TranscodeJob earlier, hopefully to fix #1570.
Diffstat (limited to 'src/lib/job.h')
| -rw-r--r-- | src/lib/job.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/job.h b/src/lib/job.h index 0e57021e0..cb85059a6 100644 --- a/src/lib/job.h +++ b/src/lib/job.h @@ -112,6 +112,7 @@ protected: void set_message (std::string m); int elapsed_sub_time () const; void check_for_interruption_or_pause (); + void stop_thread (); boost::shared_ptr<const Film> _film; |
