Catch exceptions from Encoder threads.
[dcpomatic.git] / src / lib / encoder.h
index d43e4e1d33c7d24833568813a840275894aeea29..079174f89c96be258109ea339d97076261b3bc7e 100644 (file)
@@ -56,7 +56,7 @@ class PlayerImage;
  *  is supplied as uncompressed PCM in blocks of various sizes.
  */
 
-class Encoder : public boost::noncopyable
+class Encoder : public boost::noncopyable, public ExceptionStore
 {
 public:
        Encoder (boost::shared_ptr<const Film> f, boost::weak_ptr<Job>);