aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_finish.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output_plugin: the plugin allocates the audio_output objectMax Kellermann2011-09-191-3/+11
| | | | | | 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.
* output_control: move code to audio_output_destruct()Max Kellermann2011-08-301-0/+52
.. and destruct the output object properly in test/run_output.