aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_api.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output: added audio_output_get_name()Max Kellermann2008-09-241-0/+24
Reduce direct accesses to the audio_output struct from the plugins: this time, eliminate all accesses to audio_output.name. The name is required by some plugins for log messages.