pcm_channels: use pcm_buffer

Replace a "static" buffer with the PCM buffer library.
This commit is contained in:
Max Kellermann
2009-01-07 23:56:35 +01:00
parent 5fe7e3bc14
commit aab85577bf
4 changed files with 30 additions and 28 deletions
+3
View File
@@ -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);