summaryrefslogtreecommitdiff
path: root/src/lib/encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-30 23:01:54 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-30 23:01:54 +0000
commitf87a0f16f8cee026ee33c3a46b93b43d4b3cf5ff (patch)
tree4b51832a916d6b45468113dd05bf59f6342464a7 /src/lib/encoder.h
parentf74cd31aa1b14816716ee1ffc59e99d4cc350dd5 (diff)
Catch exceptions from Encoder threads.
Diffstat (limited to 'src/lib/encoder.h')
-rw-r--r--src/lib/encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h
index d43e4e1d3..079174f89 100644
--- a/src/lib/encoder.h
+++ b/src/lib/encoder.h
@@ -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>);