Trying to create export audio encoders with between 9 and 15 channels
[dcpomatic.git] / src / lib / transcode_job.cc
index 1db37e3708b27748ada7455763a2c753e63e30f6..c13f69d70f15d51789b1ca49a017ce3dae838bf4 100644 (file)
@@ -51,6 +51,11 @@ TranscodeJob::TranscodeJob (shared_ptr<const Film> film)
 
 }
 
+TranscodeJob::~TranscodeJob ()
+{
+       stop_thread ();
+}
+
 string
 TranscodeJob::name () const
 {