diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-17 01:57:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-28 02:31:15 +0200 |
| commit | bd08f1845d8ed5e171f4725a3c9d0a23a9c19f77 (patch) | |
| tree | b91e98fc0183177d556817d34a3dd903873a34ae | |
| parent | 54588033edbd2451f1d01bffcfc9e0e2deef05d0 (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; |
