aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm_buffer, output_plugin, ...: include config.hMax Kellermann2011-12-131-0/+1
|
* output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-191-0/+108
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.