diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-17 01:57:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-17 01:57:09 +0200 |
| commit | 9323d3ec1e168a7003b5c0515247129c2fb3d1e7 (patch) | |
| tree | 2a7baf56b0dcda470f6779f15846a32c359be706 | |
| parent | 60303e104f9c198049cef08cedb9384eb79ea53a (diff) | |
Add a comment.
| -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 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; |
