From f87a0f16f8cee026ee33c3a46b93b43d4b3cf5ff Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 30 Dec 2013 23:01:54 +0000 Subject: Catch exceptions from Encoder threads. --- src/lib/encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/encoder.h') 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 f, boost::weak_ptr); -- cgit v1.2.3