diff options
Diffstat (limited to '')
-rw-r--r-- | src/pcm_convert.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pcm_convert.h b/src/pcm_convert.h index e48315795..46ee55407 100644 --- a/src/pcm_convert.h +++ b/src/pcm_convert.h @@ -32,6 +32,9 @@ struct pcm_convert_state { /** the buffer for converting the sample format */ struct pcm_buffer format_buffer; + + /** the buffer for converting the channel count */ + struct pcm_buffer channels_buffer; }; void pcm_convert_init(struct pcm_convert_state *state); |