summaryrefslogtreecommitdiff
path: root/src/lib/butler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-23 21:22:19 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-23 21:22:19 +0100
commitd8dd8b76a5b0f59e11392ab261f2410102bfe934 (patch)
treecaa66d72ba1860c5ab574b788962f8db37a81b21 /src/lib/butler.h
parent8cf721f7d88fb110e8f56b7dcd9cc4a6586d5a54 (diff)
Cope better with the butler thread throwing an exception; give up
on doing anything else with it. Fix thread running waiting for audio when it is disabled.
Diffstat (limited to 'src/lib/butler.h')
-rw-r--r--src/lib/butler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h
index 948a78ea5..2cb49c1a6 100644
--- a/src/lib/butler.h
+++ b/src/lib/butler.h
@@ -65,6 +65,7 @@ private:
bool _pending_seek_accurate;
bool _finished;
+ bool _died;
AudioMapping _audio_mapping;
int _audio_channels;