MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / decoder_plugin_from_name

Function decoder_plugin_from_name

src/decoder/DecoderList.cxx:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121bool decoder_plugins_enabled[num_decoder_plugins];
122
123const struct DecoderPlugin *
124decoder_plugin_from_name(const char *name) noexcept
125{
126 return decoder_plugins_find([=](const DecoderPlugin &plugin){
127 return strcmp(plugin.name, name) == 0;
128 });
129}
130
131void
132decoder_plugin_init_all(const ConfigData &config)

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected