Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 2009-02-15 | 1 | -3/+7 |
| | | | | Preparing for per-plugin configuration sections in mpd.conf. | ||||
* | decoder_plugin: added inline wrapper functions | Max Kellermann | 2009-02-15 | 1 | -0/+55 |
| | | | | | Increase code readability, always use the wrapper functions instead of calling the plugin method pointers directly. | ||||
* | decoder_api: moved struct decoder_plugin to decoder_plugin.h | Max Kellermann | 2009-02-15 | 1 | -0/+80 |
The decoder_plugin struct is used by both the MPD core and the decoder plugin implementations. Move it to a shared header file, to minimize header dependencies. |