X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftranscode_job.cc;h=fb586b0825631da9e9a9efc79038103733735791;hb=198ea7d7dbd0140f3eeea2cc35ae9f0312ea78a1;hp=7fe28d210873abd328b75b212da1154e915731a4;hpb=d156b28048786468be10ede5f79147f74ab1d83a;p=dcpomatic.git diff --git a/src/lib/transcode_job.cc b/src/lib/transcode_job.cc index 7fe28d210..fb586b082 100644 --- a/src/lib/transcode_job.cc +++ b/src/lib/transcode_job.cc @@ -54,9 +54,6 @@ TranscodeJob::TranscodeJob (shared_ptr film) TranscodeJob::~TranscodeJob () { - /* We have to stop the job thread here as we're about to start tearing down - the Encoder, which is bad news if the job thread is still feeding it data. - */ stop_thread (); }