summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-04-17 01:57:09 +0200
committerCarl Hetherington <cth@carlh.net>2025-04-17 01:57:09 +0200
commit9323d3ec1e168a7003b5c0515247129c2fb3d1e7 (patch)
tree2a7baf56b0dcda470f6779f15846a32c359be706
parent60303e104f9c198049cef08cedb9384eb79ea53a (diff)
Add a comment.
-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 011f0d28e..ad2552769 100644
--- a/src/lib/butler.h
+++ b/src/lib/butler.h
@@ -131,6 +131,7 @@ private:
bool _stop_thread;
AudioMapping _audio_mapping;
+ /** number of audio channels to write to the output on get_audio() */
int _audio_channels;
bool _disable_audio;