aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.