aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_plugin.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-13pcm_buffer, output_plugin, ...: include config.hMax Kellermann1-0/+1
2011-09-19output_plugin: the plugin allocates the audio_output objectMax Kellermann1-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.