diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-23 21:22:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-23 21:22:19 +0100 |
| commit | d8dd8b76a5b0f59e11392ab261f2410102bfe934 (patch) | |
| tree | caa66d72ba1860c5ab574b788962f8db37a81b21 /src/lib/butler.h | |
| parent | 8cf721f7d88fb110e8f56b7dcd9cc4a6586d5a54 (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.h | 1 |
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; |
