aboutsummaryrefslogtreecommitdiff
path: root/src/output_plugin.c
Commit message (Collapse)AuthorAge
* pcm_buffer, output_plugin, ...: include config.hMax Kellermann2011-12-13
|
* output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-19
Pass audio_output objects around instead of void pointers. This will give some more control to the plugin, and prepares for non-blocking audio outputs.